mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
jsdoc IBufferLine.length
This commit is contained in:
Vendored
+5
@@ -972,6 +972,11 @@ declare module 'xterm' {
|
||||
* Whether the line is wrapped from the previous line.
|
||||
*/
|
||||
readonly isWrapped: boolean;
|
||||
|
||||
/**
|
||||
* The length of the line, all call to getCell beyond the length will result
|
||||
* in `undefined`.
|
||||
*/
|
||||
readonly length: number;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user