Stay organized with collections
Save and categorize content based on your preferences.
blockly > bubbles > TextInputBubble > anchor
bubbles.TextInputBubble.anchor property
Signature:
protected anchor: Coordinate;
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."],[[["`anchor` stores the coordinates of the bubble's anchor point, crucial for positioning and alignment."],["The `anchor` property is designated as protected, implying its primary usage within the `TextInputBubble` class and its subclasses."],["It is of type `Coordinate`, suggesting it holds `x` and `y` values for precise screen location."]]],["The `anchor` property, found within the `TextInputBubble` class of the `bubbles` namespace in Blockly, is a protected property. It's of type `Coordinate`. This property likely holds the coordinate position used for anchoring or positioning the `TextInputBubble` element within the Blockly interface. This `anchor` property is internally accessible within this context, to manage the bubble's placement.\n"]]