Interface: ScrollToSiteCardOptions
Defined in: src/utils/dom/scrollToSiteCard.ts:19
Configuration options for scrollToSiteCard.
Propertiesโ
behavior?โ
readonly optional behavior?: ScrollBehavior;
Defined in: src/utils/dom/scrollToSiteCard.ts:25
Scroll behavior passed to scrollIntoView.
Default Valueโ
"smooth";
block?โ
readonly optional block?: ScrollLogicalPosition;
Defined in: src/utils/dom/scrollToSiteCard.ts:32
Vertical alignment passed to scrollIntoView.
Default Valueโ
"center";