SpreadsheetCellEditorHandlerArgs
Represents the arguments passed to the handler callback for each cell editor (see example).
| Name | Type | Default | Description |
|---|---|---|---|
callback? |
|
A function that edits the active cell or range with a provided value. Use this as an alternative to | |
originalEvent? |
|
The data returned from the component's original event (for example, the selected color value from a ColorPalette's | |
range? |
|
The Spreadsheet | |
rect? |
|
Represents the | |
validation? |
|
Any validation rules configured for the active range, allowing you to respect existing constraints. | |
view? |
|
The current Spreadsheet |