Optional
__fixOptional
resizeThe timeout for debouncing resize events (in milliseconds). This defines the delay before executing the resize handler.
0
Optional
scrollThe 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.
window
The section element that is being tracked for scroll progress. This can be a CSS selector or a direct reference to the element.
Optional
viewportThe target viewport for observing resize events.
'any'
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.