Skip to main content

DropDownMenuItems

DropDownMenuItems = object

Defined in: js-api/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': () => {} }
* }