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 Value

"#FFFFFF";
text: string

The value of the text field.

Default Value

"";
useShadow: boolean

Determines whether to enable drop shadows for the text.

Default Value

false;
visible: boolean

Determines whether the text field is visible or not.

Default Value

true;

Generated using TypeDoc