Skip to main content

blockly > Input > getAriaLabelText

Input.getAriaLabelText() method

Returns the string from the custom ARIA label provider set, or null if the default label (from the field row) should be used. See setAriaLabelProvider for more context.

Signature:

getAriaLabelText(): string | null;

Returns:

string | null