Skip to content

RevoGrid Documentation v4.12.4 / 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:754

Defined in

src/types/interfaces.ts:750