סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > Block > setOutputShape
השיטה Block.setOutputShape()
מגדירים את צורת הפלט של הבלוק.
Signature:
setOutputShape(outputShape: number | null): void;
פרמטרים
פרמטר |
סוג |
תיאור |
outputShape |
number | null |
ערך שמייצג את צורת הפלט. |
החזרים:
void
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-30 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-30 (שעון UTC)."],[[["The `setOutputShape` method allows you to define the shape of the output connection for a Blockly block."],["It accepts a single parameter, `outputShape`, which can be a number representing a specific shape or null for no output."],["Calling this method modifies the block's visual appearance and connection compatibility with other blocks."]]],[]]