@servicenow/sdk - v4.4.1
    Preparing search index...

    Open request; value of command field is "open". Notify the server that the client has file open. The server will not monitor the filesystem for changes in this file and will assume that the client is updating the server (using the change and/or reload messages) when the file changes. Server does not currently send a response to an open request.

    interface OpenRequest {
        arguments: OpenRequestArgs;
        command: Open;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments: OpenRequestArgs

    Object containing arguments for the command

    command: Open

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

    One of "request", "response", or "event"