@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
server
PluginModule
Interface PluginModule
interface
PluginModule
{
create
(
createInfo
:
PluginCreateInfo
)
:
tsc
.
LanguageService
;
getExternalFiles
?
(
proj
:
tsc
.
server
.
Project
,
updateLevel
:
ProgramUpdateLevel
,
)
:
string
[]
;
onConfigurationChanged
?
(
config
:
any
)
:
void
;
}
Index
Methods
create
get
External
Files?
on
Configuration
Changed?
Methods
create
create
(
createInfo
:
PluginCreateInfo
)
:
tsc
.
LanguageService
Parameters
createInfo
:
PluginCreateInfo
Returns
tsc
.
LanguageService
Optional
get
External
Files
getExternalFiles
?
(
proj
:
tsc
.
server
.
Project
,
updateLevel
:
ProgramUpdateLevel
,
)
:
string
[]
Parameters
proj
:
tsc
.
server
.
Project
updateLevel
:
ProgramUpdateLevel
Returns
string
[]
Optional
on
Configuration
Changed
onConfigurationChanged
?
(
config
:
any
)
:
void
Parameters
config
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
get
External
Files
on
Configuration
Changed
@servicenow/sdk - v4.4.1
Loading...