An arguments object for the changed signal.
changed
Data models should emit the changed signal with this args object type when cells are changed in-place.
The column index of the first modified cell.
The number of columns in the modified cell range.
The region which contains the modified cells.
The row index of the first modified cell.
The number of rows in the modified cell range.
The discriminated type of the args object.
Generated using TypeDoc
An arguments object for the
changed
signal.Notes
Data models should emit the
changed
signal with this args object type when cells are changed in-place.