Documentation

bold()

Makes the text bold.

bold(bold?: BindingOrValue<boolean | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related