@makehq/sdk
    Preparing search index...

    Type Alias RunScenarioOptions

    Options for running a scenario.

    type RunScenarioOptions = {
        callbackUrl?: string;
        responsive?: boolean;
    }
    Index

    Properties

    callbackUrl?: string

    URL that will be called once the scenario execution finishes

    responsive?: boolean

    Whether to run responsively (defaults to true)