@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
sys_script_fix
Variable sys_script_fix
Const
sys_script_fix
:
{
extends
:
"sys_metadata"
;
name
:
"sys_script_fix"
;
schema
:
{
before
:
Typed
<
boolean
,
{
default
:
false
}
>
;
description
:
Typed
<
string
,
{
maxLength
:
4000
}
>
;
name
:
Typed
<
string
,
{
maxLength
:
40
}
>
;
record_for_rollback
:
Typed
<
boolean
,
{
default
:
true
}
>
;
script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{}
>
;
unloadable
:
Typed
<
boolean
,
{
default
:
false
}
>
;
}
;
}
= ...
Type Declaration
Readonly
extends
:
"sys_metadata"
Readonly
name
:
"sys_script_fix"
Readonly
schema
:
{
before
:
Typed
<
boolean
,
{
default
:
false
}
>
;
description
:
Typed
<
string
,
{
maxLength
:
4000
}
>
;
name
:
Typed
<
string
,
{
maxLength
:
40
}
>
;
record_for_rollback
:
Typed
<
boolean
,
{
default
:
true
}
>
;
script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{}
>
;
unloadable
:
Typed
<
boolean
,
{
default
:
false
}
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...