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

IDisposableWithEvent

IMarker

Index

Properties

Methods

Properties

Readonly id

id: number

Defined in xterm.d.ts:487

A unique identifier for this marker.


Readonly isDisposed

isDisposed: boolean

Inherited from IMarker.isDisposed

Defined in xterm.d.ts:508

Whether this is disposed.


Readonly line

line: number

Defined in xterm.d.ts:493

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:503

Event listener to get notified when this gets disposed.

Methods

dispose

dispose(): void

Inherited from IDisposable.dispose

Defined in xterm.d.ts:467

Returns: void