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
textmode.js / TextmodeGrid / width
get width(): number;Total grid width in screen pixels.
This is equal to cols * cellWidth.
number