Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BarWidgetState

Hierarchy

  • BarWidgetState

Index

Properties

Optional backGlyph

backGlyph: Glyph

An optional glyph to use for each empty square. Default gray.

Optional currentValue

currentValue: undefined | number

The current value. Default 0.

Optional foreGlyph

foreGlyph: Glyph

An optional glyph to use for each filled square. Default white square.

maxValue

maxValue: number

The maximum value allowed.

Optional minValue

minValue: undefined | number

The minimum value allowed. Default 0.

Optional roundMode

roundMode: RoundMode

The mode to use for rounding. up | down | default

width

width: number

The width of the bar

Generated using TypeDoc