Skip to main content

Interface: ScrollToSiteCardOptions

Defined in: src/utils/dom/scrollToSiteCard.ts:17

Configuration options for scrollToSiteCard.

Propertiesโ€‹

behavior?โ€‹

readonly optional behavior: ScrollBehavior

Defined in: src/utils/dom/scrollToSiteCard.ts:23

Scroll behavior passed to scrollIntoView.

Default Valueโ€‹

"smooth";

block?โ€‹

readonly optional block: ScrollLogicalPosition

Defined in: src/utils/dom/scrollToSiteCard.ts:30

Vertical alignment passed to scrollIntoView.

Default Valueโ€‹

"center";