Interface IModuleCallbacksMap

Maps event types to their callback parameter types.

interface IModuleCallbacksMap {
    destroy: undefined;
    props: undefined;
}

Hierarchy (View Summary, Expand)

Properties

Properties

destroy: undefined

Triggered when the module is destroyed.

props: undefined

Triggered when the module's properties are updated.

MMNEPVFCICPMFPCPTTAAATR