blockly > حظر > isInsertionMarker_
سمة Block.isInsertionMarker_
صحيح إذا كانت هذه القطعة علامة إدراج.
Signature:
protected isInsertionMarker_: boolean;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-10 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-10 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`isInsertionMarker_` is a property of the `Block` class in Blockly that indicates whether a block serves as an insertion marker."],["This property is a boolean value, meaning it can be either `true` or `false`, representing whether the block is an insertion marker or not."],["It is a protected property, meaning it is primarily intended for internal use within the Blockly library."]]],["The `Block.isInsertionMarker_` property is a boolean value indicating whether a specific block is an insertion marker. If `isInsertionMarker_` is true, the block is designated as an insertion marker. This property is protected, meaning it is intended for internal use within the Blockly framework. It essentially flags a block with the role of an insertion marker.\n"]]