Documentation

headingLevel()

Sets the heading level for semantic HTML output.

headingLevel(
level: BindingOrValue<1 | 2 | 3 | 4 | 5 | 6 | undefined>,
): this;

Parameters

Return value

The builder instance for chaining.

Related