Membrane React - v0.6.0
    Preparing search index...

    Interface ConnectorCopilotSuggestionAction

    interface ConnectorCopilotSuggestionAction {
        type: ConnectorCopilotSuggestionActionType;
        path: string;
        locator?: string;
        data: any;
        format?: "value" | "fields" | "schema";
        schema?: any;
        variablesSchema?: any;
        parameters?: any;
    }
    Index

    Properties

    path: string
    locator?: string
    data: any
    format?: "value" | "fields" | "schema"
    schema?: any
    variablesSchema?: any
    parameters?: any