Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextWidgetState

The State of a TextWidget

Hierarchy

  • TextWidgetState

Index

Properties

Optional backColor

backColor: Color

The color to use for the background. Default Black

Optional foreColor

foreColor: Color

The color to use for the text. Default White.

text

text: string

The text to display

Optional truncateAddEllipsis

truncateAddEllipsis: undefined | false | true

Change the last three chars of a truncated text to ...

Optional truncateAfter

truncateAfter: undefined | number

Truncate the text after this amount

Optional wrapAt

wrapAt: undefined | number

Wrap the text after this number

Generated using TypeDoc