textmode.js / TextmodeGrid / height
Accessor: height
Get Signature
ts
get height(): number;Total grid height in screen pixels.
This is equal to rows * cellHeight.
Returns
number
textmode.js / TextmodeGrid / height
get height(): number;Total grid height in screen pixels.
This is equal to rows * cellHeight.
number