Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 407 Bytes

blockly.menugenerator_typealias.md

File metadata and controls

11 lines (7 loc) · 407 Bytes

MenuGenerator type

Either an array of menu options or a function that generates an array of menu options for FieldDropdown or its descendants.

Signature:

export type MenuGenerator = MenuOption[] | MenuGeneratorFunction;

References: MenuOption, MenuGeneratorFunction