Body, Mind & Soul — API Reference
    Preparing search index...

    Variable BMS_TRIGGER_ACTIONSConst

    BMS_TRIGGER_ACTIONS: {
        addCondition: (event: any, target: any) => Promise<void>;
        addOutcome: (event: any, target: any) => Promise<void>;
        addSubCondition: (event: any, target: any) => Promise<void>;
        addTrigger: (event: any, target: any) => Promise<void>;
        configureCondition: (event: any, target: any) => Promise<void>;
        configureOutcome: (event: any, target: any) => Promise<void>;
        configureSubCondition: (event: any, target: any) => Promise<void>;
        deleteCondition: (event: any, target: any) => Promise<void>;
        deleteOutcome: (event: any, target: any) => Promise<void>;
        deleteSubCondition: (event: any, target: any) => Promise<void>;
        deleteTrigger: (event: any, target: any) => Promise<void>;
        importTrigger: (event: any, target: any) => void;
        toggleConfigPanel: (event: any, target: any) => void;
    } = ...

    Type Declaration

    • addCondition: (event: any, target: any) => Promise<void>
    • addOutcome: (event: any, target: any) => Promise<void>
    • addSubCondition: (event: any, target: any) => Promise<void>
    • addTrigger: (event: any, target: any) => Promise<void>
    • configureCondition: (event: any, target: any) => Promise<void>
    • configureOutcome: (event: any, target: any) => Promise<void>
    • configureSubCondition: (event: any, target: any) => Promise<void>
    • deleteCondition: (event: any, target: any) => Promise<void>
    • deleteOutcome: (event: any, target: any) => Promise<void>
    • deleteSubCondition: (event: any, target: any) => Promise<void>
    • deleteTrigger: (event: any, target: any) => Promise<void>
    • importTrigger: (event: any, target: any) => void
    • toggleConfigPanel: (event: any, target: any) => void