blockly > Block > childBlocks_
Propriedade Block.childBlocks_
Signature:
protected childBlocks_: this[];
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-11-08 UTC.
[null,null,["Última atualização 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"]]