@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
sys_ui_application
Variable sys_ui_application
Const
sys_ui_application
:
{
extends
:
"sys_metadata"
;
name
:
"sys_ui_application"
;
schema
:
{
active
:
Typed
<
boolean
,
{
default
:
true
}
>
;
hint
:
Typed
<
string
,
{
maxLength
:
255
}
>
;
name
:
Typed
<
string
,
{}
>
;
order
:
Typed
<
number
,
{}
>
;
roles
:
Typed
<
string
,
{}
>
;
}
;
}
= ...
Type Declaration
Readonly
extends
:
"sys_metadata"
Readonly
name
:
"sys_ui_application"
Readonly
schema
:
{
active
:
Typed
<
boolean
,
{
default
:
true
}
>
;
hint
:
Typed
<
string
,
{
maxLength
:
255
}
>
;
name
:
Typed
<
string
,
{}
>
;
order
:
Typed
<
number
,
{}
>
;
roles
:
Typed
<
string
,
{}
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...