@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
Name | Type | Description | Defined in |
---|---|---|---|
type | DimensionType | Represents the type of dimension being rendered. | src/types/interfaces.ts:741 |