blockly > المظهر > ComponentStyle > insertionMarkerColour
سمة Theme.ComponentStyle.insertionMarkerColour
Signature:
insertionMarkerColour?: string;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-09 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`insertionMarkerColour` is an optional property within Blockly's Theme and ComponentStyle, represented as a string."],["This property dictates the color of the insertion marker, a visual cue indicating where blocks will be placed."],["Developers can customize the insertion marker's color by assigning a valid color string to `insertionMarkerColour` when defining a theme."]]],["The `insertionMarkerColour` property, part of the `Theme.ComponentStyle` interface, is defined as an optional string. This property specifies the color of the insertion marker within the Blockly environment. It allows developers to customize the marker's appearance, using a string value to set the desired color. If not defined, the insertion marker color defaults to a predefined value.\n"]]