Readonly
column: numberThe column index of the first modified cell.
Readonly
columnThe number of columns in the modified cell range.
Readonly
region: CellRegionThe region which contains the modified cells.
Readonly
row: numberThe row index of the first modified cell.
Readonly
rowThe number of rows in the modified cell range.
Readonly
type: "cells-changed"The discriminated type of the args object.
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.