AthenaClient.rmlui.menu.menuInterfaces.Internal.MenuOptionBase ​
client/rmlui/menu/menuInterfaces.Internal.MenuOptionBase
Type parameters ​
Name | Type |
---|---|
T | Function |
Hierarchy ​
Properties ​
callback ​
• callback: Function
| T
| (...args
: any
[]) => void
A callback when this menu option is changed.
Defined in ​
client/rmlui/menu/menuInterfaces.ts:26
description ​
• description: string
A description of this menu option.
Defined in ​
client/rmlui/menu/menuInterfaces.ts:18
onlyUpdateOnEnter ​
• Optional
onlyUpdateOnEnter: boolean
Only for Range & Selection Types
Defined in ​
client/rmlui/menu/menuInterfaces.ts:34
title ​
• title: string
The title of this menu option.