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

    Request to obtain outlining spans in file.

    interface OutliningSpansRequest {
        arguments: FileRequestArgs;
        command: GetOutliningSpans;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments: FileRequestArgs

    Object containing arguments for the command

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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