Skip to content

RevoGrid Documentation v4.15.3 / InitialHeaderClick

Type Alias: InitialHeaderClick

ts
type InitialHeaderClick: {
  column: ColumnRegular;
  index: number;
  originalEvent: MouseEvent;
  providers: ProvidersColumns;
};

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:518
indexnumberThe index of the column header that was clicked.src/types/interfaces.ts:510
originalEventMouseEventThe original mouse event that triggered the click.src/types/interfaces.ts:514
providersProvidersColumns-src/types/interfaces.ts:519

Defined in

src/types/interfaces.ts:506