visualization-tools

Home > @visualization-tools/core > IBaseComponentRenderer

IBaseComponentRenderer interface

Renderer invariant entity renderer. See extensions for specific implementations.

Signature:

export interface IBaseComponentRenderer<TGCSpec, TCtx> 

Properties

Property Type Description
context TCtx  
sharedState IRendererSharedState  
specification TGCSpec  

Methods

Method Description
onAfterDraw()  
onAfterInitialization()  
onBeforeDraw()  
onBeforeInitialization()  
onContextLost()