Interface ICallbacksTypes

Available callback types for a component. These callbacks allow external interaction with the component's lifecycle events. This interface extends ICallbacksTypes, inheriting the callbacks defined for modules.

Hierarchy

Properties

destroy: undefined

Triggered when the module is destroyed.

frame: undefined

Triggered on each frame of the animation.

pause: undefined

Triggered when the animation is paused.

play: undefined

Triggered when the animation starts playing.

propsChange: undefined

Triggered when module properties are manually changed.

propsMutate: undefined

Triggered when module properties mutate due to responsive settings or other updates.

toggle: undefined

Triggered when the animation toggles between play and pause.