Stay organized with collections
Save and categorize content based on your preferences.
blockly > bubbles > Bubble > contentContainer
bubbles.Bubble.contentContainer property
The SVG group containing the contents of the bubble.
Signature:
protected contentContainer: SVGGElement;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`contentContainer` is a property of the `Bubble` class within the `bubbles` namespace in Blockly."],["It is an SVG group element (`SVGGElement`) that holds the content displayed inside a bubble."],["This property is protected, meaning it is primarily intended for internal use within the Blockly library."]]],["The `contentContainer` property, found within the `bubbles.Bubble` class, is an SVG group element. This `SVGGElement` serves as a container for all content displayed within the bubble. It's designated as protected, indicating its intended use within the class or its subclasses. Essentially, it's the structural element housing the visual elements of the bubble's content.\n"]]