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.
Triggered when the module is destroyed.
Triggered when module properties are manually changed.
Triggered when module properties mutate due to responsive settings or other updates.
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.