IMcaOnToolbarInteractionCommandData

Data object in OnToolbarInteractionCommand event response.

Object structure

interface IMcaOnToolbarInteractionCommandData extends IMcaEventData {
        command: string;
        commandId: string;
        eventId: string;
        inData: any;
        outData: any;
        result: string;
        target: string;
        timeStamp: number;
        slot: string;
        resultDisplayString: string;
    }