Skip to content

@revolist/revogrid / 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:499
indexnumberThe index of the column header that was clicked.src/types/interfaces.ts:491
originalEventMouseEventThe original mouse event that triggered the click.src/types/interfaces.ts:495
providersProviders<DimensionCols | "rowHeaders">-src/types/interfaces.ts:500

Defined in

src/types/interfaces.ts:487

Revogrid is a powerful data grid library made by Revolist OU.