A scoped and simplified part of the headless state that is relevant to the ExecuteTrigger controller.

interface ExecuteTriggerState {
    executions: FunctionExecutionTrigger[];
}

Properties

Properties

The functions to be executed.