blockly > حظر > outputShape_
سمة Block.outputShape_
Signature:
protected outputShape_: number | null;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`outputShape_` is a protected property of the `Block` class in Blockly that stores the shape of the block's output connection."],["It is represented by a number or `null` if the block does not have an output connection."]]],["The `Block.outputShape_` property, a protected member, is defined within the Blockly Block class. Its type is either a number or `null`. This property likely represents the shape of a block's output connection in Blockly's visual programming interface, where a `null` value suggests no specific shape is defined.\n"]]