Skip to content

@revolist/revogrid / AfterRendererEvent

Type Alias: AfterRendererEvent

ts
type AfterRendererEvent: {
  type: DimensionType;
};

Represents the event object that is emitted after rendering. It includes information about the dimension type.

Type declaration

NameTypeDescriptionDefined in
typeDimensionTypeRepresents the type of dimension being rendered.src/types/interfaces.ts:741

Defined in

src/types/interfaces.ts:737

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