ScrollPageIntoViewOptions 型の別名

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

ページをスクロールして表示するオプション。DOM スクロールオプションのタイプを拡張します。