blockly > bubbles > Bubble > recomputeAriaContext
bubbles.Bubble.recomputeAriaContext() method
Recomputes the ARIA label and role for this bubble. This is automatically called during initialization, but implementations may find it useful to call this if the bubble's label should be changed.
Bubbles use a default non-specific label unless they're customized otherwise which is the responsibility of the bubble's owner rather than bubble implementations. Customization can be done via setAriaLabelProvider.
Signature:
protected recomputeAriaContext(): void;
Returns:
void