Skip to content

RevoGrid Documentation v4.14.10 / InitialHeaderClick

Type Alias: InitialHeaderClick

ts
type InitialHeaderClick: {
  column: ColumnRegular;
  index: number;
  originalEvent: MouseEvent;
  providers: Providers<DimensionCols | "rowHeaders">;
};

InitialHeaderClick represents the information needed to handle a click event on the initial column header.

Type declaration

NameTypeDescriptionDefined in
columnColumnRegularThe column that was clicked.src/types/interfaces.ts:500
indexnumberThe index of the column header that was clicked.src/types/interfaces.ts:492
originalEventMouseEventThe original mouse event that triggered the click.src/types/interfaces.ts:496
providersProviders<DimensionCols | "rowHeaders">-src/types/interfaces.ts:501

Defined in

src/types/interfaces.ts:488