Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > blockRendering > Campo > campo
Propiedad blockRendering.Field.field
Signature:
field: BlocklyField;
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-11-08 (UTC)
[null,null,["Última actualización: 2024-11-08 (UTC)"],[[["This property represents the underlying BlocklyField instance associated with the rendered field."],["It provides access to the core field object for manipulating its value, properties, and behavior."],["The `field` property is a crucial link between the rendered representation of a field and its underlying logic in Blockly."]]],["The core content describes a specific property within the Blockly library. It focuses on the `field` property, which is part of the `blockRendering.Field` class. This property's type is defined as `BlocklyField`. Essentially, it indicates that a `Field` object in the `blockRendering` namespace has a property, `field`, that directly represents a `BlocklyField` object.\n"]]