Skip to content

textmode.js / layering / TextmodeLayer / isVisible

Method: isVisible()

ts
isVisible(): boolean;

Check whether this layer is visible for rendering.

Returns

boolean

true when the layer is visible; otherwise, false.

Example