type ContentRenderingEvent
Type definition for an event that’s emitted (only) on a container when content is being rendered.
static
type ContentRenderingEvent<TContainer extends UIContainer = UIContainer> = RenderContext.RendererEvent & ViewEvent<TContainer, { output: Array<RenderContext.Output | undefined>; }, "ContentRendering">
Related
- class UIContainer abstractA base view class that represents a container component with no specific layout or styling.