RevoGrid Documentation v4.23.5 / FocusedCells
Type Alias: FocusedCells
ts
type FocusedCells: {
end: Cell;
focus: Cell;
};Type declaration
| Name | Type | Defined in |
|---|---|---|
end | Cell | src/types/selection.ts:105 |
focus | Cell | src/types/selection.ts:104 |