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

    Arguments for geterr messages.

    interface GeterrRequestArgs {
        delay: number;
        files: string[];
    }
    Index

    Properties

    Properties

    delay: number

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

    files: string[]

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