@realsee/vr-signals API Documentation - v2.0.0
    Preparing search index...

    Interface ActionResponsePayload

    响应的消息体负载

    interface ActionResponsePayload {
        method: string | number;
        uid: string;
        data?: any;
        error?: Error;
    }
    Index

    Properties

    Properties

    method: string | number

    请求调用的方法名

    uid: string

    请求的唯一 id

    data?: any

    响应结果数据

    error?: Error

    响应的错误