interface EventHandler {
    $CreationOptions?: unknown;
    $ID: string;
    $Type: "DomainModels$EventHandler";
    event: EventType;
    microflow: null | string;
    moment: ActionMoment;
    passEventObject: boolean;
    raiseErrorOnFalse: boolean;
    delete(): void;
    getContainer(): Entity;
}

Hierarchy (view full)

Properties

$CreationOptions?: unknown

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

event: EventType
microflow: null | string
moment: ActionMoment
passEventObject: boolean
raiseErrorOnFalse: boolean

Methods

  • Returns void