Documentation

bare()

Enables the ghost style variant (borderless/transparent, no interaction highlight).

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

Parameters

Return value

The builder instance for chaining.

Related