blockly > Bubbles > TextInputBubble > Anker
Eigenschaft "Bubbles.TextInputBubble.anchor"
Unterschrift:
protected anchor: Coordinate;
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-15 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-10-15 (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"]]