Stay organized with collections
Save and categorize content based on your preferences.
blockly > WorkspaceSvg > getTopBoundedElements
WorkspaceSvg.getTopBoundedElements() method
Finds the top-level bounded elements and returns them.
Signature:
getTopBoundedElements(ordered?: boolean): IBoundedElement[];
Parameters
Parameter |
Type |
Description |
ordered |
boolean |
(Optional) |
Returns:
IBoundedElement[]
The top-level bounded elements.
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 2025-07-24 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 2025-07-24 UTC."],[[["The `getTopBoundedElements()` method identifies and retrieves the top-level elements within a Blockly workspace that have defined boundaries."],["It returns an array of `IBoundedElement` objects, representing these top-level bounded elements."],["This method is part of the `WorkspaceSvg` class, which manages the visual representation of a Blockly workspace using SVG."]]],[]]