Skip to main content

Type Alias: GtcToldConfigDefaultsPopupEnumOption<T>

GtcToldConfigDefaultsPopupEnumOption<T> = object

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldConfigDefaultsPopup.tsx:14

A description of an option of enumerated values for which GtcToldConfigDefaultsPopup can support changing the default.

Type Parameters

Type Parameter
T extends UserSettingValue

Properties

name

name: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldConfigDefaultsPopup.tsx:16

The name of the option.


renderValue()

renderValue: (value) => string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldConfigDefaultsPopup.tsx:25

A function which renders option values to text.

Parameters

ParameterType
valueT

Returns

string


setting

setting: UserSetting<T>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldConfigDefaultsPopup.tsx:19

The user setting that stores the default value of the option.


values

values: readonly T[]

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldConfigDefaultsPopup.tsx:22

The selectable default values of the option.