Stay organized with collections
Save and categorize content based on your preferences.
blockly > Events > BlockBase > isBlank
Events.BlockBase.isBlank property
Signature:
isBlank: 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis property indicates whether the involved block is considered 'blank', typically meaning it lacks connections or statements within its structure.\u003c/p\u003e\n"],["\u003cp\u003eSpecifically referring to Blockly Events, this boolean property is attached to the \u003ccode\u003eBlockBase\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access the \u003ccode\u003eisBlank\u003c/code\u003e property to easily check the status of a block during event handling or other interactions.\u003c/p\u003e\n"]]],["The `Events.BlockBase.isBlank` property is a boolean value. This property, part of the Blockly library, indicates whether a specific block-related event is considered \"blank\" or empty. It's a core piece of information within the `BlockBase` class and reflects the state of the event it is associated with. Its type is boolean.\n"],null,["[blockly](./blockly.md) \\\u003e [Events](./blockly.events_namespace.md) \\\u003e [BlockBase](./blockly.events_namespace.blockbase_class.md) \\\u003e [isBlank](./blockly.events_namespace.blockbase_class.isblank_property.md)\n\nEvents.BlockBase.isBlank property\n\n**Signature:** \n\n isBlank: boolean;"]]