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

    Type Alias DehydratedCommand

    Serializable command entry for transport between server and client.

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

    Properties

    action: string
    target: any
    payload?: any