blockly > IContextMenu > showContextMenu
Bu nesnenin içerik menüsünü gösterin.
İmza:
showContextMenu(e: Event): void;
Parametreler
Parametre |
Tür |
Açıklama |
e |
Etkinlik |
Fare etkinliği. |
Ş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-12 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `showContextMenu` method displays the context menu associated with a specific object."],["It is triggered by a mouse event (`e`) provided as an argument."],["This method does not return any value (`void`)."],["This method belongs to the `IContextMenu` interface within the Blockly library."]]],[]]