Options for {@link createOrganismScrollSync}
CngxOrganismScrollSyncOptions
Interface
projects/common/tabs/scroll-sync/organism-scroll-sync.ts
Import#
import { CngxOrganismScrollSyncOptions } from '@cngx/common/tabs'
Description#
Options for createOrganismScrollSync.
Index#
Properties
Instance Properties#
hostElement#
HTMLElementReadonly
Host element containing the per-item buttons. Items must carry
id="${itemId}-header" - the convention used by
<cngx-tab-group> and <cngx-stepper>.
scrollOptions#
ScrollIntoViewOptionsReadonlyOptional
Forwarded to Element.scrollIntoView. Default: smooth-center
along the inline axis. Override for vertical or instant scroll.