Home > blockly > Block > setMutator
Block.setMutator() method
Give this block a mutator dialog.
Signature:
setMutator(_mutator: MutatorIcon): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| _mutator | MutatorIcon | A mutator dialog instance or null to remove. |
Returns:
void