blockly > Trashcan > isLidOpen
Trashcan.isLidOpen property
Current open/close state of the lid.
Signature:
isLidOpen: boolean;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["This documentation details the `isLidOpen` property of the `Trashcan` class in Blockly."],["The `isLidOpen` property is a boolean value indicating whether the trashcan lid is currently open or closed."],["Developers can use this property to check the lid's state in their Blockly applications."]]],["The `Trashcan.isLidOpen` property represents the current state of the trashcan lid. It is a boolean value, indicating whether the lid is currently open or closed. This property is used to determine the lid's state.\n"]]