@coveo/headless
    Preparing search index...

    Interface ExecuteTriggerState

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

    interface ExecuteTriggerState {
        executions: FunctionExecutionTrigger[];
    }
    Index

    Properties

    Properties

    The functions to be executed.