Documentation

accessibleLabel()

Sets the WAI-ARIA label for accessibility.

accessibleLabel(value: BindingOrValue<string | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related