| title | ActionParam |
|---|---|
| description | ActionParam Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| name | string |
✅ | |
| label | string |
✅ | |
| type | Enum<'text' | 'textarea' | 'email' | 'url' | 'phone' | 'password' | 'markdown' | 'html' | 'richtext' | 'number' | 'currency' | 'percent' | 'date' | 'datetime' | 'time' | 'boolean' | 'select' | 'lookup' | 'master_detail' | 'image' | 'file' | 'avatar' | 'formula' | 'summary' | 'autonumber' | 'location' | 'geolocation' | 'address' | 'code' | 'color' | 'rating' | 'slider' | 'signature' | 'qrcode'> |
✅ | |
| required | boolean |
optional | |
| options | object[] |
optional |