Skip to content

RevoGrid Documentation v4.12.4 / FocusedCells

Type Alias: FocusedCells

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

Type declaration

NameTypeDefined in
endCellsrc/types/selection.ts:86
focusCellsrc/types/selection.ts:85

Defined in

src/types/selection.ts:84