Home > @visualization-tools/core > IBaseComponentRenderer
Renderer invariant entity renderer. See extensions for specific implementations.
Signature:
export interface IBaseComponentRenderer<TGCSpec, TCtx>
| Property | Type | Description |
|---|---|---|
| context | TCtx | |
| sharedState | IRendererSharedState | |
| specification | TGCSpec |
| Method | Description |
|---|---|
| onAfterDraw() | |
| onAfterInitialization() | |
| onBeforeDraw() | |
| onBeforeInitialization() | |
| onContextLost() |