Interface ICanvasCallbacksMap

Event callbacks for canvas operations.

interface ICanvasCallbacksMap {
    destroy: undefined;
    props: undefined;
    resize: undefined;
}

Hierarchy (View Summary)

Properties

Properties

destroy: undefined

Triggered when the module is destroyed.

props: undefined

Triggered when the module's properties are updated.

resize: undefined

Fires when the canvas is resized.