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:719

Defined in

src/types/interfaces.ts:715

Revogrid is a MIT-licensed open source library made by Revolist OU.