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

    Format on key request; value of command field is "formatonkey". Given file location and key typed (as string), return response giving zero or more edit instructions. The edit instructions will be sorted in file order. Applying the edit instructions in reverse to file will result in correctly reformatted text.

    interface FormatOnKeyRequest {
        arguments: FormatOnKeyRequestArgs;
        command: Formatonkey;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: Formatonkey

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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