封鎖 >ContextMenuRegistry

ContextMenuRegistry 類別

內容選單項目登錄檔的類別。這是單例模式。請勿建立新的例項,只能透過 ContextMenuRegistry. Registry 存取這個類別。

Signature:

export declare class ContextMenuRegistry 

建構函式

建構函式 修飾符 說明
(建構函式)() 重設 ContextMenuRegistry 的現有單例模式例項。

屬性

屬性 修飾符 類型 說明
註冊資料庫 static ContextMenuRegistry

方法

方法 修飾符 說明
getContextMenuOptions(scopeType, scope) 取得指定範圍類型 (例如區塊或工作區) 和範圍的有效內容選單選項。只有在先決條件 Fn 顯示不應隱藏的情況下,系統才會顯示封鎖條件。
getItem(id)
register(商品) 註冊 RegistryItem。
reset() 清除登錄檔並重新建立。
unregister(id) 使用指定 ID 取消註冊 RegistryItem。