Interface Style

Defines how to style a region of text.

Besides a main foreground Color, an optional background color and the following four booleans can be set:

  • underline
  • strikethrough
  • italic
  • bold

Mirrors this Rust definition.

Hierarchy

  • Style

Properties

bg: null | Color
bold: boolean
color: Color
italic: boolean
strikethrough: boolean
underline: boolean

Generated using TypeDoc