CRUD form options configuration
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
buttons |
Object
|
Configuration for form action buttons |
|
submit |
Object
|
Submit button configuration |
|
submit.icon |
string
|
<optional> |
Optional icon for the submit button |
submit.iconSlot |
'start'
|
'end'
|
<optional> |
Position of the icon relative to text |
submit.text |
string
|
<optional> |
Text label for the submit button |
clear |
Object
|
<optional> |
Optional clear button configuration |
clear.icon |
string
|
<optional> |
Optional icon for the clear button |
clear.iconSlot |
'start'
|
'end'
|
<optional> |
Position of the icon relative to text |
clear.text |
string
|
<optional> |
Text label for the clear button |