Bluestep JS Documentation
Preparing search index...
B
Bluestep
Relate
CreateFieldInput
Type Alias CreateFieldInput
CreateFieldInput
:
|
{
properties
:
CreateTextInput
;
type
:
"TEXT"
}
|
{
properties
:
CreateBiometricInput
;
type
:
"BIOMETRIC"
}
|
{
properties
:
CreateBooleanInput
;
type
:
"BOOLEAN"
}
|
{
properties
:
CreateDateInput
;
type
:
"DATE"
}
|
{
properties
:
CreateDocumentLinkInput
;
type
:
"DOCUMENT_LINK"
}
|
{
properties
:
CreateMemoInput
;
type
:
"MEMO"
}
|
{
properties
:
CreateHeaderInput
;
type
:
"HEADER"
}
|
{
properties
:
CreateMultiOptionListInput
;
type
:
"MULTI_OPTION_LIST"
}
|
{
properties
:
CreateNumberInput
;
type
:
"NUMBER"
}
|
{
properties
:
CreateSignatureInput
;
type
:
"SIGNATURE"
}
|
{
properties
:
CreateSingleOptionListInput
;
type
:
"SINGLE_OPTION_LIST"
}
|
{
properties
:
CreateSpacerInput
;
type
:
"SPACER"
}
Discriminated union for creating a field by type. Pass to RelateFieldAdmin.createField.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Bluestep JS Documentation
Loading...
Discriminated union for creating a field by type. Pass to RelateFieldAdmin.createField.