Skip to content

RevoGrid Documentation v4.23.5 / FocusedCells

Type Alias: FocusedCells

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

Type declaration

NameTypeDefined in
endCellsrc/types/selection.ts:105
focusCellsrc/types/selection.ts:104

Defined in

src/types/selection.ts:103