Interface IStaticProps

Static properties for a component. These properties remain constant throughout the lifecycle of the component. This interface extends IStaticProps, inheriting the static properties defined for modules.

Hierarchy

Properties

__fixHelperStaticProps?: any
resizeDebounce?: number

The timeout for debouncing resize events (in milliseconds). This defines the delay before executing the resize handler.

Default

0

The scrollable container in which the section is being scrolled. This can be a CSS selector, a reference to an element, a custom scroll instance, or the window object.

Default

window
section: string | Element

The section element that is being tracked for scroll progress. This can be a CSS selector or a direct reference to the element.

viewportTarget?: keyof IViewportCallbackTypes

The target viewport for observing resize events.

Default

'any'