blockly > IHasBubble > setBubbleVisible

IHasBubble.setBubbleVisible() method

Sets whether the bubble is open or not.

Signature:

setBubbleVisible(visible: boolean): Promise<void>;

Parameters

Parameter Type Description
visible boolean

Returns:

Promise<void>