ZRenderizableImpl

constructor(component: ZBaseComponent, rendererFactory: (ZRenderingContext) -> R)(source)

Parameters

component

The base component that owns this renderable implementation.

rendererFactory

A factory function that creates renderer instances.

Type Parameters

R

The type of the renderer associated with this component.