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
Type aliases
Type aliases
FontWeight
Ƭ FontWeight: “normal” | “bold” | “100” | “200” | “300” | “400” | “500” | “600” | “700” | “800” | “900”
Defined in xterm.d.ts:16
A string representing text font weight.
RendererType
Ƭ RendererType: “dom” | “canvas”
Defined in xterm.d.ts:21
A string representing a renderer type.