封鎖 >ISelectableToolboxItem

ISelectableToolboxItem 介面

工具箱中可選取項目的介面。

Signature:

export interface ISelectableToolboxItem extends IToolboxItem 

擴充: IToolboxItem

方法

方法 說明
getClickTarget() 取得可點擊的 HTML 元素。上層 Toolbox 元素會獲得點擊。父項 Toolbox 會在此元素中新增 ID,以便將 onClick 事件傳遞至正確的 toolboxItem。
getContents() 取得工具箱項目的內容。這些要顯示在飛輪中的項目。
getName() 取得工具箱項目的名稱。用於產生事件。
onClick(_e) 點按工具箱項目時的處理方式。
setSelected(_isSelected) 將目前工具箱項目設為所選項目。