xterm.js
  • Docs

Interface: IViewportRange

An object representing a range within the viewport of the terminal.

Hierarchy

  • IViewportRange

Index

Properties

  • end
  • start

Properties

end

• end: IViewportRangePosition

Defined in xterm.d.ts:1285

The end of the range.


start

• start: IViewportRangePosition

Defined in xterm.d.ts:1280

The start of the range.

Proudly brought to you by SourceLair and the xterm.js authors.