Type Editor / @type-editor/menu / types/DropdownMenuOptions / DropdownMenuOptions
Interface: DropdownMenuOptions
Defined in: packages/menu/src/types/DropdownMenuOptions.ts:1
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
class? | string | When given, adds an extra CSS class to the menu control. | packages/menu/src/types/DropdownMenuOptions.ts:18 |
css? | string | When given, adds an extra set of CSS styles to the menu control. | packages/menu/src/types/DropdownMenuOptions.ts:23 |
label? | string | The label to show on the drop-down control. | packages/menu/src/types/DropdownMenuOptions.ts:6 |
showLabel? | boolean | - | packages/menu/src/types/DropdownMenuOptions.ts:27 |
static? | boolean | - | packages/menu/src/types/DropdownMenuOptions.ts:25 |
title? | string | Sets the title attribute given to the menu control. | packages/menu/src/types/DropdownMenuOptions.ts:13 |