Skip to main content

Home > blockly > bubbles

bubbles namespace

Classes

ClassDescription
MiniWorkspaceBubbleA bubble that contains a mini-workspace which can hold arbitrary blocks. Used by the mutator icon.
TextBubbleA bubble that displays non-editable text. Used by the warning icon.
TextInputBubbleA bubble that displays editable text. It can also be resized by the user. Used by the comment icon.

Abstract Classes

Abstract ClassDescription
BubbleThe abstract pop-up bubble class. This creates a UI that looks like a speech bubble, where it has a "tail" that points to the block, and a "head" that displays arbitrary svg elements.