@revolist/revogrid / FocusedCells
Type Alias: FocusedCells
ts
type FocusedCells: {
end: Cell;
focus: Cell;
};
Type declaration
Name | Type | Defined in |
---|---|---|
end | Cell | src/types/selection.ts:85 |
focus | Cell | src/types/selection.ts:84 |