...
Details Config | Description | |
---|---|---|
Type | Specify the type of model, such as:
| |
Connection | Allows you to choose the desired REST connection to fetch records from. | |
Label | Assign a unique name to the model. Info | Note: After choosing Connection, this field auto-populates, mirroring the connection label, which can be edited later. |
Name | Provide unique API name for the model. infoNote: After choosing Connection, this field auto-populates, mirroring the connection name, which can be edited later. | |
Execute on Load | Enables records to be fetched automatically upon loading the component |
...
Field Config | Description | ||
---|---|---|---|
Name | The identifier for the field within the schema. This is the name that will be used to reference the field in the data structure. | ||
Type | It specifies the data type of the field. infoNote: By default, field type is text.
| ||
Required | It indicates whether the field is mandatory. | ||
Minimum Length | It defines the minimum number of characters or elements that the field must contain. | ||
Maximum Length | It defines the maximum number of characters or elements that the field must contain. | ||
Pattern | It is a regular expression that the field’s value must match. This is typically used for validating formats like email addresses, phone numbers, etc. | ||
Help Text | It provides additional information or guidance on what the field represents and how it should be used. This is often displayed in the UI to assist users. | ||
Default Value | It is a predefined value that the field will take if no other value is provided. This helps in setting initial values. |
...
Field Type | Description | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Array |
| |||||||||||||
Checkbox |
| |||||||||||||
Date |
| |||||||||||||
Date and Time |
| |||||||||||||
Double |
| |||||||||||||
Integer |
| |||||||||||||
Object |
| |||||||||||||
Text |
|