แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > บล็อก > getDisabledReasons
เมธอด Block.getDisabledReasons()
รับชุดสาเหตุว่าเหตุใดการบล็อกจึงถูกปิดใช้ในขณะนี้ (หากมี) หากเปิดใช้การบล็อก ชุดนี้จะว่างเปล่า
ลายเซ็น:
getDisabledReasons(): ReadonlySet<string>;
การคืนสินค้า:
ReadonlySet<string>
ชุดสาเหตุที่การบล็อกถูกปิดใช้ (หากมี)
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-21 UTC
[null,null,["อัปเดตล่าสุด 2024-08-21 UTC"],[[["The `getDisabledReasons()` method returns a set of strings explaining why a block is disabled."],["If the block is enabled, the method returns an empty set."],["This method is helpful for understanding the current state of a block and identifying potential issues."]]],["The `Block.getDisabledReasons()` method retrieves a read-only set of strings detailing why a block is disabled. If the block is enabled, this set is empty. The method's signature is `getDisabledReasons(): ReadonlySet\u003cstring\u003e`. It returns a `ReadonlySet\u003cstring\u003e` containing the reasons for the block's disabled state.\n"]]