Documentation

value()

Associates an arbitrary value with the button.

value(value?: BindingOrValue<unknown>): this;

Parameters

Return value

The builder instance for chaining.

Related