@servicenow/sdk - v4.9.0
Preparing search index...
@servicenow/sdk/automation
<internal>
par_component
Interface par_component
interface
par_component
{
active
:
Typed
<
boolean
,
{
default
:
true
;
label
:
"Active"
}
>
;
certified
:
Typed
<
boolean
,
{
default
:
false
;
label
:
"Certified"
}
>
;
description
:
Typed
<
string
,
{
label
:
"Description"
;
maxLength
:
1000
}
>
;
macroponent
:
Typed
<
|
string
|
ExplicitKey
<
"sys_ux_macroponent"
>
|
TableBrand
<
"sys_ux_macroponent"
>
|
Record
<
"sys_ux_macroponent"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
cascadeRule
:
"delete"
;
label
:
"Macroponent"
;
referenceTable
:
"sys_ux_macroponent"
;
}
,
>
;
name
:
Typed
<
string
,
{
label
:
[
{
hint
:
"Name data visualization item"
;
label
:
"Name"
;
plural
:
"Names"
;
}
,
]
;
maxLength
:
100
;
}
,
>
;
properties
:
Typed
<
string
,
{
label
:
[
{
hint
:
"JSON, configuration of the component"
;
label
:
"Properties"
;
plural
:
"Properties"
;
}
,
]
;
maxLength
:
8000
;
}
,
>
;
requested_by
:
Typed
<
|
string
|
ExplicitKey
<
"sys_user"
>
|
TableBrand
<
"sys_user"
>
|
Record
<
"sys_user"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
cascadeRule
:
"clear"
;
label
:
"Requested by"
;
referenceTable
:
"sys_user"
;
}
,
>
;
required_translations
:
Typed
<
string
|
number
,
{
attributes
:
{
json_view
:
true
}
;
columnType
:
"json_translations"
;
label
:
[
{
hint
:
"JSON Array, holding the translations required by this screen"
;
label
:
"Required translations"
;
plural
:
"Required translations"
;
}
,
]
;
maxLength
:
8000
;
}
,
>
;
sys_domain
:
Typed
<
"global"
|
Record
<
"domain"
>
,
{
default
:
"global"
;
label
:
[
{
hint
:
"Domain to which this component belongs"
;
label
:
"Domain"
;
plural
:
"Domains"
;
}
,
]
;
}
,
>
;
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
}
,
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
par_component
>
par_component
Index
Properties
active
certified
description
macroponent
name
properties
requested_
by
required_
translations
sys_
domain
sys_
id
Properties
Readonly
active
active
:
Typed
<
boolean
,
{
default
:
true
;
label
:
"Active"
}
>
Readonly
certified
certified
:
Typed
<
boolean
,
{
default
:
false
;
label
:
"Certified"
}
>
Readonly
description
description
:
Typed
<
string
,
{
label
:
"Description"
;
maxLength
:
1000
}
>
Readonly
macroponent
macroponent
:
Typed
<
|
string
|
ExplicitKey
<
"sys_ux_macroponent"
>
|
TableBrand
<
"sys_ux_macroponent"
>
|
Record
<
"sys_ux_macroponent"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
cascadeRule
:
"delete"
;
label
:
"Macroponent"
;
referenceTable
:
"sys_ux_macroponent"
;
}
,
>
Readonly
name
name
:
Typed
<
string
,
{
label
:
[
{
hint
:
"Name data visualization item"
;
label
:
"Name"
;
plural
:
"Names"
;
}
,
]
;
maxLength
:
100
;
}
,
>
Readonly
properties
properties
:
Typed
<
string
,
{
label
:
[
{
hint
:
"JSON, configuration of the component"
;
label
:
"Properties"
;
plural
:
"Properties"
;
}
,
]
;
maxLength
:
8000
;
}
,
>
Readonly
requested_
by
requested_by
:
Typed
<
|
string
|
ExplicitKey
<
"sys_user"
>
|
TableBrand
<
"sys_user"
>
|
Record
<
"sys_user"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
cascadeRule
:
"clear"
;
label
:
"Requested by"
;
referenceTable
:
"sys_user"
;
}
,
>
Readonly
required_
translations
required_translations
:
Typed
<
string
|
number
,
{
attributes
:
{
json_view
:
true
}
;
columnType
:
"json_translations"
;
label
:
[
{
hint
:
"JSON Array, holding the translations required by this screen"
;
label
:
"Required translations"
;
plural
:
"Required translations"
;
}
,
]
;
maxLength
:
8000
;
}
,
>
Readonly
sys_
domain
sys_domain
:
Typed
<
"global"
|
Record
<
"domain"
>
,
{
default
:
"global"
;
label
:
[
{
hint
:
"Domain to which this component belongs"
;
label
:
"Domain"
;
plural
:
"Domains"
;
}
,
]
;
}
,
>
Readonly
sys_
id
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
certified
description
macroponent
name
properties
requested_
by
required_
translations
sys_
domain
sys_
id
@servicenow/sdk - v4.9.0
Loading...