blockly > Field > getAriaTypeName
Field.getAriaTypeName() method
Gets an ARIA-friendly label representation of this field's type.
Implementations are responsible for, and encouraged to, return a localized version of the ARIA representation of the field's type.
Signature:
getAriaTypeName(): string | null;
Returns:
string | null
An ARIA representation of the field's type or null if it is unspecified.