Module: “xterm”
license
MIT
This contains the type declarations for the xterm.js library. Note that some interfaces differ between this file and the actual implementation in src/, that’s because this file declares the public API which is intended to be stable and consumed by external programs.
Index
Classes
Interfaces
- IBuffer
- IBufferCell
- IBufferCellPosition
- IBufferElementProvider
- IBufferLine
- IBufferNamespace
- IBufferRange
- IDecoration
- IDecorationOptions
- IDecorationOverviewRulerOptions
- IDisposable
- IDisposableWithEvent
- IEvent
- IFunctionIdentifier
- ILink
- ILinkDecorations
- ILinkHandler
- ILinkProvider
- ILocalizableStrings
- ILogger
- IMarker
- IModes
- IParser
- ITerminalAddon
- ITerminalInitOnlyOptions
- ITerminalOptions
- ITheme
- IUnicodeHandling
- IUnicodeVersionProvider
- IViewportRange
- IViewportRangePosition
- IWindowOptions
- IWindowsPty
Type aliases
Type aliases
FontWeight
Ƭ FontWeight: *“normal” | “bold” | “100” | “200” | “300” | “400” | “500” | “600” | “700” | “800” | “900” | number* |
Defined in xterm.d.ts:16
A string or number representing text font weight.
LogLevel
Ƭ LogLevel: *“trace” | “debug” | “info” | “warn” | “error” | “off”* |
Defined in xterm.d.ts:21
A string representing log level.