Skip to content

textmode.js / loading / LoadingLayerController

Class: LoadingLayerController

Controls the internal loading layer lifecycle and rendering behavior.

Extends

Methods

_dispose()

ts
_dispose(): void;

Dispose of the internal layer.

Returns

void

Inherited from

ts
InternalLayerController._dispose

draw()

ts
draw(callback?): void;

Set a custom renderer for the internal layer.

Parameters

ParameterTypeDescription
callback?(context) => voidCustom draw callback that receives the rendering context.

Returns

void

Inherited from

ts
InternalLayerController.draw