ScrollPageIntoViewOptions: ScrollIntoViewOptions & { behavior?: ScrollBehavior; block?: ScrollLogicalPosition; inline?: ScrollLogicalPosition; scrollMode?: "always" | "if-needed"; visibilityThreshold?: number }

Options for scrolling the page into view, extending the DOM scroll options type.