blockly > ISelectable > اختيار
أسلوب ISelectable.select()
حدِّد هذا الخيار. قم بتمييزها بشكل مرئي.
Signature:
select(): void;
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-11 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-11 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `select()` method is part of the `ISelectable` interface in Blockly and is used to visually highlight a selectable element."],["This method has no parameters and does not return any value, simply applying a visual selection to the element it's called on."],["By invoking `select()` on an object implementing `ISelectable`, developers trigger the visual highlighting, signaling its selection status to the user."]]],["The `ISelectable.select()` method is designed to visually highlight an object. Its core function is to select the current object, changing its appearance to indicate that it is currently selected. This method takes no parameters and does not return any value (void). The primary action is to visually select and highlight the object when the method is invoked.\n"]]