@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
sys_variable_value
Variable sys_variable_value
Const
sys_variable_value
:
{
extends
:
"sys_metadata"
;
name
:
"sys_variable_value"
;
schema
:
{
document
:
Typed
<
string
,
{}
>
;
document_key
:
Typed
<
string
|
Record
,
{
dependent
:
"document"
}
>
;
order
:
Typed
<
number
,
{}
>
;
value
:
Typed
<
string
,
{}
>
;
variable
:
Typed
<
|
string
|
Record
<
"var_dictionary"
>
|
ExplicitKey
<
"var_dictionary"
>
|
TableBrand
<
"var_dictionary"
>
,
{
referenceTable
:
"var_dictionary"
}
,
>
;
}
;
}
= ...
Type Declaration
Readonly
extends
:
"sys_metadata"
Readonly
name
:
"sys_variable_value"
Readonly
schema
:
{
document
:
Typed
<
string
,
{}
>
;
document_key
:
Typed
<
string
|
Record
,
{
dependent
:
"document"
}
>
;
order
:
Typed
<
number
,
{}
>
;
value
:
Typed
<
string
,
{}
>
;
variable
:
Typed
<
|
string
|
Record
<
"var_dictionary"
>
|
ExplicitKey
<
"var_dictionary"
>
|
TableBrand
<
"var_dictionary"
>
,
{
referenceTable
:
"var_dictionary"
}
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...