accessibleLabel()
Sets the WAI-ARIA label for accessibility.
accessibleLabel(value: BindingOrValue<string | undefined>): this;
Parameters
- value — The accessible label text.
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.accessibleLabel
The WAI-ARIA label text for this element, if applicable.
