Home > blockly > IHasBubble
IHasBubble interface
Signature:
export interface IHasBubble
Methods
| Method | Description |
|---|---|
| bubbleIsVisible() | |
| getBubble() | Returns the current IBubble that implementations are managing, or null if there isn't one. Note that this cannot be expected to return null if bubbleIsVisible() returns false, i.e., the nullability of the returned bubble does not necessarily imply visibility. |
| setBubbleVisible(visible) | Sets whether the bubble is open or not. |