DropDownMenuItems
DropDownMenuItems =
object
Defined in: src/widgets/specialized.ts:74
Menu items definition: functions for items, objects for nested groups.
Index Signature
[key: string]: DropDownMenuItems | (() => void)
Example
{
* 'Add': () => {},
* 'Edit': () => {},
* 'More': { 'Option 1': () => {}, 'Option 2': () => {} }
* }