Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > Block > childBlocks_
Properti Block.childBlocks_
Tanda Tangan:
protected childBlocks_: this[];
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-08 UTC.
[null,null,["Terakhir diperbarui pada 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"]]