@servicenow/sdk - v4.4.1
    Preparing search index...
    interface PluginModule {
        create(createInfo: PluginCreateInfo): tsc.LanguageService;
        getExternalFiles?(
            proj: tsc.server.Project,
            updateLevel: ProgramUpdateLevel,
        ): string[];
        onConfigurationChanged?(config: any): void;
    }
    Index

    Methods

    • Parameters

      • config: any

      Returns void