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.

down: undefined

Callback triggered when a swipe down is detected.

end: undefined

Triggered when dragging ends.

left: undefined

Callback triggered when a swipe left is detected.

propsChange: undefined

Triggered when module properties are manually changed.

propsMutate: undefined

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

right: undefined

Callback triggered when a swipe right is detected.

Triggered when dragging starts, providing the event and coordinates where dragging began.

up: undefined

Callback triggered when a swipe up is detected.