@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
GenericColumnType
Type Alias GenericColumnType<TChoices, Type, Default, Dropdown>
GenericColumnType
:
ChoiceColumnType
<
TChoices
,
Type
,
Default
,
TableName
,
Dropdown
,
>
&
(
|
{
column_type
?:
never
;
columnType
:
string
}
|
{
column_type
:
string
;
columnType
?:
never
}
)
Type Parameters
TChoices
extends
Choices
<
string
|
number
>
=
Choices
<
string
|
number
>
Type
extends
SuggestionOrChoiceType
<
Dropdown
,
TChoices
>
=
ChoiceType
<
TChoices
>
Default
extends
Type
=
Type
Dropdown
extends
choiceDropdownType
=
choiceDropdownType
Type Declaration
{
column_type
?:
never
;
columnType
:
string
}
Optional
column_type
?:
never
Deprecated
Use columnType instead
columnType
:
string
specify a glide internal_type
{
column_type
:
string
;
columnType
?:
never
}
column_type
:
string
Deprecated
Use columnType instead
Optional
columnType
?:
never
specify a glide internal_type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...
Deprecated
Use columnType instead