IMenuHeaderOptions
Defined in: js-api/src/widgets/types.ts:186
See Menu.header
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
getDescription? | () => string | Tooltip to be shown on the menu item. | js-api/src/widgets/types.ts:195 |
hasHoverEffect? | boolean | Whether hover effect is applied. | js-api/src/widgets/types.ts:192 |
onClick? | (item) => void | Called when header is clicked. | js-api/src/widgets/types.ts:189 |