Skip to content

textmode.js / layering / TextmodeLayer / grid

Accessor: grid

Get Signature

ts
get grid(): TextmodeGrid | undefined;

Grid associated with this layer.

Returns

TextmodeGrid | undefined

Example