Configuration of the text field appearance.

Hierarchy

  • PartiallyConstructible
    • StyledText

Constructors

Properties

Constructors

  • Parameters

    • Optional source: DeepPartial<StyledText>

    Returns StyledText

Properties

color: string

The text color. Default is "#FFFFFF"

text: string

The value of the text field. Default is ""

useShadow: boolean

Determines whether to enable drop shadows for the text. Default is false

visible: boolean

Determines whether the text field is visible or not. Default is true