Skip to content

@revolist/revogrid / EventData

Type Alias: EventData

ts
type EventData: {
  cols: DimensionSettingsState;
  edit: EditCellStore | null;
  el: HTMLElement;
  focus: Cell | null;
  lastCell: Cell;
  range: RangeArea | null;
  rows: DimensionSettingsState;
};

Type declaration

NameTypeDefined in
colsDimensionSettingsStatesrc/components/overlay/selection.utils.ts:24
editEditCellStore | nullsrc/components/overlay/selection.utils.ts:28
elHTMLElementsrc/components/overlay/selection.utils.ts:22
focusCell | nullsrc/components/overlay/selection.utils.ts:26
lastCellCellsrc/components/overlay/selection.utils.ts:25
rangeRangeArea | nullsrc/components/overlay/selection.utils.ts:27
rowsDimensionSettingsStatesrc/components/overlay/selection.utils.ts:23

Defined in

src/components/overlay/selection.utils.ts:21

Revogrid is a MIT-licensed open source library made by Revolist OU.