Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > burbujas > TextInputBubble > fijación
Propiedad burbujass.TextInputBubble.anchor
Signature:
protected anchor: Coordinate;
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-10-15 (UTC)
[null,null,["Última actualización: 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"]]