@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface EventHandler

    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 Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "DomainModels$EventHandler"

    The type of the element.

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

    Methods

    • Returns void