visualization-tools

Home > @visualization-tools/core > OnRendererContextLost > registerListener

OnRendererContextLost.registerListener() method

Signature:

static registerListener(chartEventService: IEventService, onEvent: () => void): () => void;

Parameters

Parameter Type Description
chartEventService IEventService  
onEvent () => void  

Returns:

() => void