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

    Get document highlights request; value of command field is "documentHighlights". Return response giving spans that are relevant in the file at a given line and column.

    interface DocumentHighlightsRequest {
        arguments: DocumentHighlightsRequestArgs;
        command: DocumentHighlights;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    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"