blockly > MenuItem > (建構函式)

建構 MenuItem 類別的新例項

Signature:

constructor(content: string | HTMLElement, opt_value?: string | undefined);

參數

參數 類型 說明
內容 string | HTMLElement 文字標題,用於顯示項目內容,或顯示 HTML 元素。
opt_value 字串 | 未定義 (選填) 與選單項目相關聯的資料/模型。