Configuration of the text field appearance.

Hierarchy

  • PartiallyConstructible
    • StyledText

Constructors

Properties

Constructors

  • Parameters

    • Optional source: DeepPartial<StyledText>

    Returns StyledText

Properties

color: string

Text color.

Default Value

"#FFFFFF";
text: string

Value of the text field.

Default Value

"";
useShadow: boolean

Whether to enable drop shadows for the text.

Default Value

false;
visible: boolean

Whether the text field is visible.

Default Value

true;

Generated using TypeDoc