Skip to content

RevoGrid Documentation v4.15.3 / OnExpandEvent

Type Alias: OnExpandEvent

ts
type OnExpandEvent: {
  model: DataType;
  virtualIndex: number;
};

Type declaration

NameTypeDefined in
modelDataTypesrc/plugins/groupingRow/grouping.row.types.ts:92
virtualIndexnumbersrc/plugins/groupingRow/grouping.row.types.ts:93

Defined in

src/plugins/groupingRow/grouping.row.types.ts:91