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

    A request to get indentation for a location in file

    interface IndentationRequest {
        arguments: IndentationRequestArgs;
        command: Indentation;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: Indentation

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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