Interface ISplitTextCallbacksMap

Callbacks map for the SplitText module

interface ISplitTextCallbacksMap {
    beforeSplit: undefined;
    destroy: undefined;
    props: undefined;
    split: undefined;
}

Hierarchy (View Summary)

Properties

beforeSplit: undefined

Called before the text is split.

destroy: undefined

Triggered when the module is destroyed.

props: undefined

Triggered when the module's properties are updated.

split: undefined

Called after the text has been split.