blockly > RenderedConnection > setAriaRole
RenderedConnection.setAriaRole() method
Sets the aria role and role description for this connection.
Signature:
setAriaRole(highlightSvg: SVGElement): void;
Parameters
Parameter | Type | Description |
|---|---|---|
highlightSvg | SVGElement | The focusable element for this connection. |
Returns:
void