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

    Arguments for geterr messages.

    interface GeterrRequestArgs {
        delay: number;
        files: (string | FileRangesRequestArgs)[];
    }
    Index

    Properties

    Properties

    delay: number

    Delay in milliseconds to wait before starting to compute errors for the files in the file list

    files: (string | FileRangesRequestArgs)[]

    List of file names for which to compute compiler errors. The files will be checked in list order.