Skip to content
On this page

AthenaClient.rmlui.menu.menuInterfaces.Range ​

client/rmlui/menu/menuInterfaces.Range

Hierarchy ​

Properties ​

callback ​

• callback: Function | (...args: any[]) => void | (value: number) => 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


increment ​

• increment: number

Number to increment by

Defined in ​

client/rmlui/menu/menuInterfaces.ts:110


max ​

• max: number

Maximum Value

Defined in ​

client/rmlui/menu/menuInterfaces.ts:102


min ​

• min: number

Minimum Value

Defined in ​

client/rmlui/menu/menuInterfaces.ts:94


onlyUpdateOnEnter ​

• Optional onlyUpdateOnEnter: boolean

Only update when 'Enter' is pressed.

Overrides ​

MenuOptionBase.onlyUpdateOnEnter

Defined in ​

client/rmlui/menu/menuInterfaces.ts:118


title ​

• title: string

The title of this menu option.

Inherited from ​

MenuOptionBase.title

Defined in ​

client/rmlui/menu/menuInterfaces.ts:10


type ​

• type: "Range"

Defined in ​

client/rmlui/menu/menuInterfaces.ts:78


value ​

• value: number

The starting value of the range.

Defined in ​

client/rmlui/menu/menuInterfaces.ts:86

Created by Stuyk | Est. 2020