blockly > FieldDropdown > getAriaValue
FieldDropdown.getAriaValue() method
Gets an ARIA-friendly label representation of this field's value.
Implementations are responsible for, and encouraged to, return a localized version of the ARIA representation of the field's value.
Signature:
getAriaValue(): string;
Returns:
string
An ARIA representation of the field's text.