@coveo/headless
    Preparing search index...

    Interface FunctionExecutionTrigger

    The name of a function to execute and its parameters.

    interface FunctionExecutionTrigger {
        functionName: string;
        params: ExecuteTriggerParams;
    }
    Index

    Properties

    Properties

    functionName: string

    The name of the function to execute.

    The parameters of the function to execute.