blockly > MenuItem > (构造函数)

构造 MenuItem 类的新实例

Signature:

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

参数

参数 类型 说明
内容 字符串 | HTMLElement 要作为项内容显示的文字说明,或要显示的 HTML 元素。
opt_value 字符串 | 未定义 (可选)与菜单项关联的数据/模型。