Skip to main content

blockly > bubbles > Bubble > getAriaLabel

bubbles.Bubble.getAriaLabel() method

Returns the ARIA label to use for this bubble based on the provider set via setAriaLabelProvider. This will return null if the provider is absent or returns null.

Signature:

getAriaLabel(): string | null;

Returns:

string | null

The ARIA label to use for this bubble, or null if one is not provided.