vapor-chamber API reference - v1.3.0
    Preparing search index...

    Type Alias CommandEnvelope

    The JSON shape sent to the backend endpoint

    type CommandEnvelope = {
        command: string;
        target: any;
        payload?: any;
    }
    Index

    Properties

    command: string
    target: any
    payload?: any