Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScrollLogicalPosition

type ScrollLogicalPosition =
| "center"
| "end"
| "nearest"
| "start";

§Type

§
"center" | "end" | "nearest" | "start"
[src]