Bluestep JS Documentation
Preparing search index...
B
Bluestep
Relate
UpdateFieldInput
Type Alias UpdateFieldInput
UpdateFieldInput
:
|
{
properties
:
UpdateTextInput
;
type
:
"TEXT"
}
|
{
properties
:
UpdateBiometricInput
;
type
:
"BIOMETRIC"
}
|
{
properties
:
UpdateBooleanInput
;
type
:
"BOOLEAN"
}
|
{
properties
:
UpdateDateInput
;
type
:
"DATE"
}
|
{
properties
:
UpdateDocumentLinkInput
;
type
:
"DOCUMENT_LINK"
}
|
{
properties
:
UpdateMemoInput
;
type
:
"MEMO"
}
|
{
properties
:
UpdateHeaderInput
;
type
:
"HEADER"
}
|
{
properties
:
UpdateMultiOptionListInput
;
type
:
"MULTI_OPTION_LIST"
}
|
{
properties
:
UpdateNumberInput
;
type
:
"NUMBER"
}
|
{
properties
:
UpdateSignatureInput
;
type
:
"SIGNATURE"
}
|
{
properties
:
UpdateSingleOptionListInput
;
type
:
"SINGLE_OPTION_LIST"
}
|
{
properties
:
UpdateSpacerInput
;
type
:
"SPACER"
}
Discriminated union for updating a field by type. Pass to RelateFieldAdmin.updateField.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Bluestep JS Documentation
Loading...
Discriminated union for updating a field by type. Pass to RelateFieldAdmin.updateField.