Documentation

pressed()

Sets the visual pressed state of the button.

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

Parameters

Return value

The builder instance for chaining.

Related