Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 277 Bytes

blockly.menuoption_typealias.md

File metadata and controls

9 lines (6 loc) · 277 Bytes

MenuOption type

An individual option in the dropdown menu. The first element is the human- readable value (text or image), and the second element is the language- neutral value.

Signature:

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