Skip to content

textmode.js / layering / TextmodeLayerManager / base

Accessor: base

Get Signature

ts
get base(): TextmodeLayer;

Base layer rendered at the bottom of the stack.

Use this when you want direct access to the main layer as a TextmodeLayer, including layer-specific methods like TextmodeLayer.draw, TextmodeLayer.filter, and TextmodeLayer.offset.

The base layer cannot be removed or moved.

Returns

TextmodeLayer

Example