Documentation

text()

Sets the text content.

text(text: BindingOrValue<StringConvertible | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related