Skip to content

RevoGrid Documentation v4.14.10 / 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:755

Defined in

src/types/interfaces.ts:751