Skip to main content

Interface: NumericConfigResult

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:8

A result resolved from a NumericConfig that defines a numeric value.

Properties

value

value: number | Subscribable<number>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:10

This result's numeric value.

Methods

destroy()?

optional destroy(): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:16

Destroys this result. This frees any resources used by this result and allows the result and its value to be garbage collected if no external references to this result exist.

Returns

void