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

    Brace matching request; value of command field is "brace". Return response giving the file locations of matching braces found in file at location line, offset.

    interface BraceRequest {
        arguments: FileLocationRequestArgs;
        command: Brace;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: Brace

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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