@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
sys_ui_module
Interface sys_ui_module
interface
sys_ui_module
{
active
:
Typed
<
boolean
,
{
default
:
true
}
>
;
application
:
Typed
<
|
string
|
ExplicitKey
<
"sys_ui_application"
>
|
TableBrand
<
"sys_ui_application"
>
|
Record
<
"sys_ui_application"
>
,
{
referenceTable
:
"sys_ui_application"
}
,
>
;
name
:
Typed
<
string
,
{}
>
;
order
:
Typed
<
number
,
{}
>
;
path
:
Typed
<
string
,
{
maxLength
:
3500
}
>
;
path_relative_to_root
:
Typed
<
boolean
,
{
default
:
false
}
>
;
roles
:
Typed
<
string
,
{}
>
;
table
:
Typed
<
keyof
Tables
,
{}
>
;
uncancelable
:
Typed
<
boolean
,
{
default
:
false
}
>
;
view_name
:
Typed
<
string
,
{}
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sys_ui_module
>
sys_ui_module
Index
Properties
active
application
name
order
path
path_
relative_
to_
root
roles
table
uncancelable
view_
name
Properties
Readonly
active
active
:
Typed
<
boolean
,
{
default
:
true
}
>
Readonly
application
application
:
Typed
<
|
string
|
ExplicitKey
<
"sys_ui_application"
>
|
TableBrand
<
"sys_ui_application"
>
|
Record
<
"sys_ui_application"
>
,
{
referenceTable
:
"sys_ui_application"
}
,
>
Readonly
name
name
:
Typed
<
string
,
{}
>
Readonly
order
order
:
Typed
<
number
,
{}
>
Readonly
path
path
:
Typed
<
string
,
{
maxLength
:
3500
}
>
Readonly
path_
relative_
to_
root
path_relative_to_root
:
Typed
<
boolean
,
{
default
:
false
}
>
Readonly
roles
roles
:
Typed
<
string
,
{}
>
Readonly
table
table
:
Typed
<
keyof
Tables
,
{}
>
Readonly
uncancelable
uncancelable
:
Typed
<
boolean
,
{
default
:
false
}
>
Readonly
view_
name
view_name
:
Typed
<
string
,
{}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
application
name
order
path
path_
relative_
to_
root
roles
table
uncancelable
view_
name
@servicenow/sdk - v4.4.1
Loading...