Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextComponentStateJson

The state object describes the information to visualize for this component.

Hierarchy

  • TextComponentStateJson

Index

Properties

background

background: Gradient

The background shown behind the component.

display_two_rows

display_two_rows: boolean

Specifies whether to display the left and right text is supposed to be displayed as two rows.

left_center_color

left_center_color: Color

The color of the left part of the split up text or the whole text if it's not split up. If None is specified, the color is taken from the layout.

right_color

right_color: Color

The color of the right part of the split up text. This can be ignored if the text is not split up. If None is specified, the color is taken from the layout.

text

The text to show for the component.

Generated using TypeDoc