Stay organized with collections
Save and categorize content based on your preferences.
blockly > BlockSvg > mutator
BlockSvg.mutator property
Block's mutator icon (if any).
Signature:
mutator: MutatorIcon | null;
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\u003e\u003ccode\u003eBlockSvg.mutator\u003c/code\u003e property refers to the mutator icon associated with a specific block.\u003c/p\u003e\n"],["\u003cp\u003eThis property's value can be either a \u003ccode\u003eMutatorIcon\u003c/code\u003e object if a mutator is present or \u003ccode\u003enull\u003c/code\u003e if there is no mutator for the block.\u003c/p\u003e\n"]]],["The `BlockSvg.mutator` property represents a block's mutator icon, if one exists. This property can either hold a `MutatorIcon` object or be `null` if the block has no mutator. It is accessed as a property of a `BlockSvg` object. It essentially indicates whether a block is customizable through a mutator interface.\n"],null,["[blockly](./blockly.md) \\\u003e [BlockSvg](./blockly.blocksvg_class.md) \\\u003e [mutator](./blockly.blocksvg_class.mutator_property.md)\n\nBlockSvg.mutator property\n\nBlock's mutator icon (if any).\n\n**Signature:** \n\n mutator: MutatorIcon | null;"]]