visualization-tools

Home > @visualization-tools/core > OnRendererContextLost

OnRendererContextLost class

Emitted when the renderer context is lost due to e.g. resource contention. Emitted on both chart and plots.

Signature:

export declare class OnRendererContextLost implements TRendererOnContextLost 

Implements: TRendererOnContextLost

Constructors

Constructor Modifiers Description
(constructor)(onRendererContextLost)   Constructs a new instance of the OnRendererContextLost class

Properties

Property Modifiers Type Description
callbackKey static “onRendererContextLost”  
onRendererContextLost   () => void  

Methods

Method Modifiers Description
emit(eventService) static  
registerListener(chartEventService, onEvent) static