blockly >MenuOption

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

Signature:

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