@servicenow/sdk - v4.4.1
    Preparing search index...
    interface ProjectLanguageServiceStateEventBody {
        languageServiceEnabled: boolean;
        projectName: string;
    }
    Index

    Properties

    languageServiceEnabled: boolean

    True if language service state switched from disabled to enabled and false otherwise.

    projectName: string

    Project name that has changes in the state of language service. For configured projects this will be the config file path. For external projects this will be the name of the projects specified when project was open. For inferred projects this event is not raised.