blockly > Symbole > MutatorIcon > updateCollapsed
icon.MutatorIcon.updateMinimierd()-Methode
Unterschrift:
updateCollapsed(): void;
Gibt zurück:
voidm
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-11 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-11 (UTC)."],[[["The `updateCollapsed()` method, belonging to the `MutatorIcon` class within the `icons` namespace of Blockly, is responsible for updating the visual state of the mutator icon to reflect whether the associated block is collapsed or expanded."],["This method does not accept any arguments and does not return any value, simply performing the visual update of the icon to match the block's collapsed state."]]],["The `updateCollapsed()` method, part of the `MutatorIcon` class within the Blockly icons namespace, is designed to update the collapsed state. It takes no parameters and returns void, indicating it performs an action rather than returning a value. The primary function of this method is to modify the visual representation of the mutator icon based on the current collapse status.\n"]]