GridItemChangeEvent
Represents the object of the onItemChange
event.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
The data object that represents the current row. | |
event? |
|
A specific native DOM event which is fetched by Vue. | |
field? |
|
The field to which the row is bound. | |
target? |
|
An event target. | |
value |
|
The value of the item. |