סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > סמלים > MutatorIcon
מחלקה Icon.MutatorIcon
סמל שמאפשר למשתמש לשנות את הצורה של הבלוק.
לדוגמה, אפשר להשתמש בו כדי להוסיף לבלוק עוד שדות או מקורות קלט.
Signature:
export declare class MutatorIcon extends Icon implements IHasBubble
הרחבה: סמל
הטמעות: IHasBubble
יצרנים
מאפיינים
נכס |
גורמי שינוי |
סוג |
תיאור |
sourceBlock |
protected
readonly
|
BlockSvg |
|
סוג |
static
readonly
|
IconType<MutatorIcon> |
מחרוזת הסוג שמשמשת לזיהוי הסמל הזה. |
משקל |
static
readonly
|
(לא מוצהר) |
המשקל של הסמל הזה ביחס לסמלים אחרים. סמלים בעלי ערכי משקל חיוביים יותר מוצגים רחוק יותר לקראת סוף הבלוק. |
שיטות
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-11 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-11 (שעון UTC)."],[[["The `MutatorIcon` class in Blockly is an icon that allows users to modify the shape of a block, such as adding fields or inputs."],["It extends the `Icon` class and implements the `IHasBubble` interface, providing functionality for displaying and managing a bubble."],["`MutatorIcon` includes properties like `sourceBlock`, `TYPE`, and `WEIGHT`, and methods like `applyColour`, `dispose`, and `onClick` for managing its appearance and behavior."],["This icon is specifically designed for use with mutator blocks, which are blocks that allow for more complex or customizable structures within Blockly workspaces."]]],[]]