Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > Block > childBlocks_
Propiedad Block.childBlocks_
Signature:
protected childBlocks_: this[];
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)"],[[["`childBlocks_` is a protected property of the `Block` class in Blockly, storing an array of child blocks connected to it."],["This property represents the hierarchical structure of blocks within a Blockly workspace, allowing navigation and manipulation of block relationships."]]],["The `Block.childBlocks_` property, a protected member, is an array of `Block` instances. It represents the child blocks directly connected to a given parent block. The property's type is `this[]`, indicating an array of objects of the same type as the class it belongs to. This array stores the immediate children, providing a way to navigate the hierarchical structure of interconnected blocks within a Blockly workspace.\n"]]