blockly > MenuOption

下拉菜单中的单个选项。第一个元素是人类可读的值(文本或图片),第二个元素是语言中性值。

Signature:

export type MenuOption = [string | ImageProperties, string];