vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface VisualforceRemotingResponse

    interface VisualforceRemotingResponse {
        action: string;
        message?: string;
        method: string;
        ref: boolean;
        result: any;
        statusCode: number;
        tid: number;
        type: string;
    }
    Index

    Properties

    action: string
    message?: string
    method: string
    ref: boolean
    result: any
    statusCode: number
    tid: number
    type: string