Interface RevealRangeOptions

interface RevealRangeOptions {
    at: "auto" | "center" | "centerIfOutsideViewport" | "top";
}

Properties

Properties

at: "auto" | "center" | "centerIfOutsideViewport" | "top"