Stay organized with collections
Save and categorize content based on your preferences.
blockly > IIcon > updateCollapsed
IIcon.updateCollapsed() method
Updates the icon's collapsed-ness/view when the block's collapsed-ness changes.
Signature:
updateCollapsed(): void;
Returns:
void
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."],[[["The `updateCollapsed()` method is part of the `IIcon` interface in Blockly and is used to manage the visual state of the icon."],["This method is called when a block's collapsed state changes, allowing the icon to reflect that change (e.g., by displaying a different image or expanding/collapsing)."],["`updateCollapsed()` does not return any value (void) and takes no parameters."]]],["The `updateCollapsed` method, part of the `IIcon` interface, is responsible for modifying an icon's visual state based on changes to its associated block's collapsed state. This method takes no arguments and returns void. It ensures the icon's display accurately reflects whether the block is currently collapsed or expanded.\n"]]