封鎖 >MenuOption

下拉式選單中的個別選項。第一個元素是人類可讀的值 (文字或圖片),第二個元素為語言中立的值。

Signature:

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