Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Class: ComponentDataEvents

Represents a class that holds events related to component data.

Constructors

new ComponentDataEvents()

new ComponentDataEvents(): ComponentDataEvents

Returns

ComponentDataEvents

Properties

onAfterKeyChanged

readonly onAfterKeyChanged: SyncEvent<ComponentData, ComponentKeyChangedEventArgs>

An event that occurs after a component key change.


onBeforeDelete

readonly onBeforeDelete: SyncEvent<ComponentData, undefined>

An event that occurs before a component is removed from the component tree.

Methods

dispose()

dispose(): void

Unsubscribe from all events.

Returns

void