blockly > Warning > setVisible
Warning.setVisible() method
Show or hide the warning bubble.
Signature:
setVisible(visible: boolean): void;
Parameters
Parameter | Type | Description |
---|---|---|
visible | boolean | True if the bubble should be visible. |
Returns:
void