blockly > Mutator > iconClick_
Mutator.iconClick_() method
Clicking on the icon toggles if the mutator bubble is visible. Disable if block is uneditable.
Signature:
protected iconClick_(e: PointerEvent): void;
Parameters
Parameter | Type | Description |
---|---|---|
e | PointerEvent | Mouse click event. |
Returns:
void