Interface: IMarker
Represents a specific line in the terminal that is tracked when scrollback is trimmed and lines are added or removed. This is a single line that may be part of a larger wrapped line.
Hierarchy
↳ IMarker
Index
Properties
Methods
Properties
Readonly
id
• id: number
Defined in xterm.d.ts:474
A unique identifier for this marker.
Readonly
isDisposed
• isDisposed: boolean
Inherited from IMarker.isDisposed
Defined in xterm.d.ts:495
Whether this is disposed.
Readonly
line
• line: number
Defined in xterm.d.ts:480
The actual line index in the buffer at this point in time. This is set to -1 if the marker has been disposed.
onDispose
• onDispose: IEvent‹void›
Inherited from IMarker.onDispose
Defined in xterm.d.ts:490
Event listener to get notified when this gets disposed.
Methods
dispose
▸ dispose(): void
Inherited from IDisposable.dispose
Defined in xterm.d.ts:454
Returns: void