Interface IMarqueeCallbacksMap

Marquee callbacks

interface IMarqueeCallbacksMap {
    destroy: undefined;
    props: Partial<IMarqueeMutableProps>;
    render: undefined;
    resize: undefined;
}

Hierarchy (View Summary)

Properties

destroy: undefined

Triggered when the module is destroyed.

props: Partial<IMarqueeMutableProps>

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

render: undefined

Called during marquee rendering.

resize: undefined

Called on marquee resize