Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Interface GetFileDataResponseMessage

    Response to getFileData request

    interface GetFileDataResponseMessage {
        body: number[];
        requestId: string;
        type: "response";
    }
    Index

    Properties

    Properties

    body: number[]
    requestId: string
    type: "response"