Skip to content

textmode.js / TextmodeGrid / width

Accessor: width

Get Signature

ts
get width(): number;

Total grid width in screen pixels.

This is equal to cols * cellWidth.

Returns

number

Example