Documentation

selectable()

Makes the text selectable by the user.

selectable(selectable?: BindingOrValue<boolean>): this;

Parameters

Return value

The builder instance for chaining.

Related