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” 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.