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

    Interface CompileOnSaveAffectedFileListSingleProject

    Contains a list of files that should be regenerated in a project

    interface CompileOnSaveAffectedFileListSingleProject {
        fileNames: string[];
        projectFileName: string;
        projectUsesOutFile: boolean;
    }
    Index

    Properties

    fileNames: string[]

    List of files names that should be recompiled

    projectFileName: string

    Project name

    projectUsesOutFile: boolean

    true if project uses outFile or out compiler option