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

    Type Alias BatchCommand

    Batch dispatch input

    type BatchCommand = {
        action: string;
        target: any;
        payload?: any;
    }
    Index

    Properties

    action: string
    target: any
    payload?: any