@logixjs/sandbox
    Preparing search index...

    Interface UiCallbackAckEvent

    interface UiCallbackAckEvent {
        payload: {
            accepted: boolean;
            callback: string;
            intentId: string;
            message?: string;
            runId: string;
        };
        type: "UI_CALLBACK_ACK";
    }
    Index

    Properties

    Properties

    payload: {
        accepted: boolean;
        callback: string;
        intentId: string;
        message?: string;
        runId: string;
    }
    type: "UI_CALLBACK_ACK"