blockly > الحقل > enabled_
موقع Field.enabled_
هل يمكن تغيير قيمة الحقل باستخدام المحرِّر في جزء قابل للتعديل؟
Signature:
protected enabled_: boolean;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This documentation focuses on the `enabled_` property of the `Field` class in Blockly."],["The `enabled_` property, of boolean type, dictates whether the field's value can be modified within the Blockly editor when the block is editable."]]],["The `Field.enabled_` property, a protected boolean, determines if a field's value can be modified within the editor of an editable block. If `enabled_` is true, the field is editable; if false, the field cannot be changed directly through the block's editor. This property controls the user's ability to alter the field's value.\n"]]