Documentation

disabled()

Disables the button.

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

Parameters

Return value

The builder instance for chaining.

Related