Class TerminalOptions

java.lang.Object
cn.mapway.xterm.client.TerminalOptions

@JsType(isNative=true, namespace="<global>", name="Object") public class TerminalOptions extends Object
TerminalOptions Options for terminal
Author:
zhangjianshe <zhangjianshe@gmail.com>
  • Field Details

    • theme

      @JsProperty public Theme theme
    • fontFamily

      @JsProperty public String fontFamily
    • fontSize

      @JsProperty public float fontSize
    • letterSpacing

      @JsProperty public float letterSpacing
    • lineHeight

      @JsProperty public float lineHeight
    • fontWeight

      @JsProperty public String fontWeight
    • fontWeightBold

      @JsProperty public String fontWeightBold
  • Constructor Details

    • TerminalOptions

      protected TerminalOptions()