Interface IScrollProgressCallbacksMap

Callbacks for ScrollProgress module events

interface IScrollProgressCallbacksMap {
    destroy: undefined;
    props: Partial<IScrollProgressMutableProps>;
    update: undefined;
}

Hierarchy (View Summary)

Properties

Properties

destroy: undefined

Triggered when the module is destroyed.

Triggered when the module's properties are updated. Receives the diff (changed keys and new values) as the first argument.

update: undefined

Triggered on each scroll progress update.