@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
sys_script_client
Interface sys_script_client
interface
sys_script_client
{
active
:
Typed
<
boolean
,
{
default
:
true
}
>
;
applies_extended
:
Typed
<
boolean
,
{
default
:
false
}
>
;
description
:
Typed
<
string
,
{
maxLength
:
4000
}
>
;
field
:
Typed
<
string
,
{
dropdown
:
"dropdown_with_none"
}
>
;
global
:
Typed
<
boolean
,
{
default
:
true
}
>
;
isolate_script
:
Typed
<
boolean
,
{
default
:
false
}
>
;
messages
:
Typed
<
string
,
{
maxLength
:
4000
}
>
;
name
:
Typed
<
string
,
{
maxLength
:
40
}
>
;
script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{}
>
;
table
:
Typed
<
keyof
Tables
,
{}
>
;
type
:
Typed
<
""
|
"onCellEdit"
|
"onChange"
|
"onLoad"
|
"onSubmit"
,
{
choices
:
{
""
:
"--None--"
;
onCellEdit
:
"onCellEdit"
;
onChange
:
"onChange"
;
onLoad
:
"onLoad"
;
onSubmit
:
"onSubmit"
;
}
;
dropdown
:
"dropdown_with_none"
;
}
,
>
;
ui_type
:
Typed
<
0
|
1
|
10
,
{
choices
:
{
"0"
:
"Desktop"
;
"1"
:
"Mobile/Service Portal"
;
"10"
:
"All"
}
;
default
:
0
;
}
,
>
;
view
:
Typed
<
string
,
{
maxLength
:
40
}
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sys_script_client
>
sys_script_client
Index
Properties
active
applies_
extended
description
field
global
isolate_
script
messages
name
script
table
type
ui_
type
view
Properties
Readonly
active
active
:
Typed
<
boolean
,
{
default
:
true
}
>
Readonly
applies_
extended
applies_extended
:
Typed
<
boolean
,
{
default
:
false
}
>
Readonly
description
description
:
Typed
<
string
,
{
maxLength
:
4000
}
>
Readonly
field
field
:
Typed
<
string
,
{
dropdown
:
"dropdown_with_none"
}
>
Readonly
global
global
:
Typed
<
boolean
,
{
default
:
true
}
>
Readonly
isolate_
script
isolate_script
:
Typed
<
boolean
,
{
default
:
false
}
>
Readonly
messages
messages
:
Typed
<
string
,
{
maxLength
:
4000
}
>
Readonly
name
name
:
Typed
<
string
,
{
maxLength
:
40
}
>
Readonly
script
script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{}
>
Readonly
table
table
:
Typed
<
keyof
Tables
,
{}
>
Readonly
type
type
:
Typed
<
""
|
"onCellEdit"
|
"onChange"
|
"onLoad"
|
"onSubmit"
,
{
choices
:
{
""
:
"--None--"
;
onCellEdit
:
"onCellEdit"
;
onChange
:
"onChange"
;
onLoad
:
"onLoad"
;
onSubmit
:
"onSubmit"
;
}
;
dropdown
:
"dropdown_with_none"
;
}
,
>
Readonly
ui_
type
ui_type
:
Typed
<
0
|
1
|
10
,
{
choices
:
{
"0"
:
"Desktop"
;
"1"
:
"Mobile/Service Portal"
;
"10"
:
"All"
}
;
default
:
0
;
}
,
>
Readonly
view
view
:
Typed
<
string
,
{
maxLength
:
40
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
applies_
extended
description
field
global
isolate_
script
messages
name
script
table
type
ui_
type
view
@servicenow/sdk - v4.4.1
Loading...