封鎖 >browserEvents >isRightButton

BrowserEvents.isRightButton() 函式

以滑鼠右鍵傳回 true,

Signature:

export declare function isRightButton(e: MouseEvent): boolean;

參數

參數 類型 說明
e MouseEvent 滑鼠事件。

傳回:

布林值

按一下滑鼠右鍵則為「是」。