FormFieldData Fields |
The FormFieldData type exposes the following members.
Name | Description | |
---|---|---|
Choices |
Choices of this field, used for fields like dropdown, radio buttons, etc.
| |
DefaultValue |
Default value to start with.
| |
FieldId |
Field unique identifier.
| |
FieldLabel |
Label to show above field.
| |
Max |
Max value (when input is integer field like slider).
| |
Min |
Min value (when input is integer field like slider).
| |
OnFieldCreated |
Custom initialize function that will be called when the field's entity is created.
| |
ToolTipText |
Tooltip text to assign to the field entity.
| |
Type |
Field type.
|