blockly > ISelectable > seç
ISelectable.select() yöntemi
Bunu seçin. Görsel olarak vurgulayın.
İmza:
select(): void;
Şunu döndürür:
geçersiz
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-11 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-11 UTC."],[[["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"]]