html()
Sets the text content to be interpreted as HTML.
html(text: BindingOrValue<StringConvertible | undefined>): this;
Notes
- Sets UIText.htmlFormat to true.
Parameters
- text — The HTML content to display, or a binding to a string value.
Return value
The builder instance for chaining.
Related
class TextBuilder static
A builder class for creating UIText instances.
