@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
UIPageVariableType
Type Alias UIPageVariableType<RefTable, Type, Default>
UIPageVariableType
:
BaseVariableConfig
<
Type
,
Default
>
&
{
uiPage
?:
string
|
Record
<
RefTable
>
;
}
Configuration type for UI page variables
Type Parameters
RefTable
extends
TableName
=
"sys_ui_page"
Type
extends
Record
<
RefTable
>
|
Now.Internal.ExplicitKey
|
string
=
Record
<
RefTable
>
|
Now.Internal.ExplicitKey
|
string
Default
extends
Type
=
Type
Type Declaration
Optional
uiPage
?:
string
|
Record
<
RefTable
>
Reference to a sys_ui_page record
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...
Configuration type for UI page variables