CRUD form event type
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
handlers |
Record.<string, unknown>
|
<optional> |
Optional handlers for form operations |
name |
string
|
The name of the event (inherited from IBaseCustomEvent) |
|
component |
string
|
<optional> |
The component that triggered the event (inherited from IBaseCustomEvent) |
data |
unknown
|
<optional> |
The data associated with the event (inherited from IBaseCustomEvent) |
target |
HTMLElement
|
<optional> |
The target element (inherited from IBaseCustomEvent) |