blockly > Block > setOutputShape
طريقة Block.setOutputShape()
اضبط شكل إخراج الكتلة.
Signature:
setOutputShape(outputShape: number | null): void;
المعلمات
المَعلمة |
النوع |
الوصف |
outputShape |
number | null |
قيمة تمثّل شكل إخراج |
المرتجعات:
غير صالح
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-30 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-30 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]