Interface: ScrollToSiteCardOptions
Defined in: src/utils/dom/scrollToSiteCard.ts:17
Configuration options for scrollToSiteCard.
Propertiesโ
behavior?โ
readonlyoptionalbehavior:ScrollBehavior
Defined in: src/utils/dom/scrollToSiteCard.ts:23
Scroll behavior passed to scrollIntoView.
Default Valueโ
"smooth";
block?โ
readonlyoptionalblock:ScrollLogicalPosition
Defined in: src/utils/dom/scrollToSiteCard.ts:30
Vertical alignment passed to scrollIntoView.
Default Valueโ
"center";