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

    Request to obtain the list of files that should be regenerated if target file is recompiled. NOTE: this us query-only operation and does not generate any output on disk.

    interface CompileOnSaveAffectedFileListRequest {
        arguments: FileRequestArgs;
        command: CompileOnSaveAffectedFileList;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments: FileRequestArgs

    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"