Skip to content
On this page

AthenaClient.rmlui.menu.menuInterfaces.Selection ​

client/rmlui/menu/menuInterfaces.Selection

Hierarchy ​

Properties ​

callback ​

• callback: Function | (value: string | number) => void | (...args: any[]) => void

A callback when this menu option is changed.

Inherited from ​

MenuOptionBase.callback

Defined in ​

client/rmlui/menu/menuInterfaces.ts:26


description ​

• description: string

A description of this menu option.

Inherited from ​

MenuOptionBase.description

Defined in ​

client/rmlui/menu/menuInterfaces.ts:18


onlyUpdateOnEnter ​

• Optional onlyUpdateOnEnter: boolean

Only update when 'Enter' is pressed.

Overrides ​

MenuOptionBase.onlyUpdateOnEnter

Defined in ​

client/rmlui/menu/menuInterfaces.ts:62


options ​

• options: (string | number)[]

The available values for this option.

Defined in ​

client/rmlui/menu/menuInterfaces.ts:46


title ​

• title: string

The title of this menu option.

Inherited from ​

MenuOptionBase.title

Defined in ​

client/rmlui/menu/menuInterfaces.ts:10


type ​

• type: "Selection"

Defined in ​

client/rmlui/menu/menuInterfaces.ts:38


value ​

• value: number

Current index of this selection.

Defined in ​

client/rmlui/menu/menuInterfaces.ts:54

Created by Stuyk | Est. 2020