Text Label
A component that displays text.

Properties
Name | Type | Description |
---|---|---|
Text | Fusion.UsedAs<string?> | The text content of the component. |
TextSize | Fusion.UsedAs | The size of the text. |
Focus | Fusion.UsedAs<"Title" | "Body">? | The focus mode of the text label. (Effects the text color). (Defaults to "Title" ). |
Weight | Fusion.UsedAs<Enum.FontWeight>? | The font weight of the text label. (Defaults) |
Style | Fusion.UsedAs<Enum.FontStyle>? | The font style of the text label. |
FontId | Fusion.UsedAs<number>? | The font Id of the text label (Defaults to the Builder Sans font Id). |
Example
Scope:TextLabel {
Text = "Hello World! 👋"
}