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

    Completion entry details request; value of command field is "completionEntryDetails". Given a file location (file, line, col) and an array of completion entry names return more detailed information for each completion entry.

    interface CompletionDetailsRequest {
        arguments: CompletionDetailsRequestArgs;
        command: CompletionDetails;
        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"