Interface ICallbacksTypes

Defines the available callback types for plugins. These callbacks allow plugins to respond to lifecycle events or property changes. Extends from ICallbacksTypes, meaning that plugins share the same callback structure as modules.

Hierarchy

Properties

destroy: undefined

Triggered when the module is destroyed.

end: undefined

Fired when dragging ends.

move: undefined

Fired while dragging is in progress.

propsChange: undefined

Triggered when module properties are manually changed.

propsMutate: undefined

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

start: undefined

Fired when dragging starts.