סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > BlockSvg > setMutator
שיטת BlockSvg.setMutator()
פתיחת תיבת דו-שיח של בלוק זה.
Signature:
setMutator(mutator: MutatorIcon | null): void;
פרמטרים
פרמטר |
סוג |
תיאור |
Mutator |
MutatorIcon | null |
מופע של תיבת דו-שיח של מוטציה או ערך null להסרה. |
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-11 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-11 (שעון UTC)."],[[["The `BlockSvg.setMutator()` method assigns a mutator dialog to a specific block, enabling users to modify its internal structure or properties."],["This method accepts a `MutatorIcon` instance as an argument, which represents the visual element and functionality of the mutator dialog, or `null` to remove any existing mutator."],["Calling `setMutator()` with a `MutatorIcon` instance makes the block mutable and allows users to interact with the dialog to adjust its behavior or appearance."]]],[]]