แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > บล็อก > collapsed_
พร็อพเพอร์ตี้ Block.collapsed_
ลายเซ็น:
protected collapsed_: boolean;
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-21 UTC
[null,null,["อัปเดตล่าสุด 2024-08-21 UTC"],[[["`collapsed_` is a protected property of the `Block` class in Blockly, indicating whether the block is collapsed or not."],["It's a boolean value, where `true` means the block is collapsed and `false` means it's expanded."]]],["The `Block.collapsed_` property, a protected boolean, indicates whether a block is collapsed or not. This property is part of the `Block` class within the Blockly library. It directly manages the collapsed state of a specific block. The property signature shows it is a boolean and the accessibility is protected.\n"]]