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

    NavTree request; value of command field is "navtree". Return response giving the navigation tree of the requested file.

    interface NavTreeRequest {
        arguments: FileRequestArgs;
        command: NavTree;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments: FileRequestArgs

    Object containing arguments for the command

    command: NavTree

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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