@servicenow/sdk - v4.9.0
Preparing search index...
@servicenow/sdk/core
<internal>
DynamicDataSchemaField
Type Alias DynamicDataSchemaField
DynamicDataSchemaField
:
DynamicDataSchemaFieldBase
&
(
|
{
type
:
BasicFieldType
}
|
{
groups
:
GroupSchema
[]
;
type
:
"radio"
}
|
{
choices
:
(
string
|
{
label
:
string
;
name
:
string
}
)
[]
;
type
:
"choice"
}
|
{
query
?:
string
;
table
:
TableName
;
type
:
"reference"
}
)
A field definition in a
DynamicDataSchema
with optional groups and choices.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.9.0
Loading...
A field definition in a DynamicDataSchema with optional groups and choices.