Viewer3DBase.setContextLostCbk() method

Set the callback function when the webgl context is lost.

Signature:

setContextLostCbk(cbk: () => void): void;

Parameters

ParameterDescription
cbkThe callback.

Returns:

void