AthenaClient.rmlui.menu.menuInterfaces.MenuInfo ​
client/rmlui/menu/menuInterfaces.MenuInfo
Properties ​
callbackOnClose ​
• Optional callbackOnClose: Function
Function to call when the menu is closed through other means.
Memberof
MenuInfo
Defined in ​
client/rmlui/menu/menuInterfaces.ts:168
header ​
• header: Object
Type declaration ​
| Name | Type | Description |
|---|---|---|
color | any | The banner background color of this menu. |
title | string | The title of this menu. |
Defined in ​
client/rmlui/menu/menuInterfaces.ts:138
options ​
• options: (Selection | Range | Toggle | Invoke | Input)[]
An array of available menu types to invoke.
V5 Docs