Skip to content

RevoGrid Documentation v4.19.3 / FocusedCells

Type Alias: FocusedCells

ts
type FocusedCells: {
  end: Cell;
  focus: Cell;
};

Type declaration

NameTypeDefined in
endCellsrc/types/selection.ts:91
focusCellsrc/types/selection.ts:90

Defined in

src/types/selection.ts:89