blockly > ContextMenu > show
ContextMenü.show() işlevi
Menüyü seçenek listesine göre oluşturun ve menüyü gösterin.
İmza:
export declare function show(e: PointerEvent, options: (ContextMenuOption | LegacyContextMenuOption)[], rtl: boolean): void;
Parametreler
Parametre | Tür | Açıklama |
---|---|---|
e | PointerEvent | Fare etkinliği. |
seçenekler | (Context MenuOption | LegacyContextMenüOption)[] | Menü seçenekleri dizisi. |
rtl | boolean | RTL için doğru, LTR için yanlış değerini alır. |
İadeler:
geçersiz