headingLevel()
Sets the heading level for semantic HTML output.
headingLevel(
level: BindingOrValue<1 | 2 | 3 | 4 | 5 | 6 | undefined>,
): this;
Parameters
- level — The heading level (1-6).
Return value
The builder instance for chaining.
Related
class TextBuilder static
A builder class for creating UIText instances.
