Interface: NumericConfigResult
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Config/NumericConfig.ts:8
A result resolved from a NumericConfig that defines a numeric value.
Properties
value
readonly
value:number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Config/NumericConfig.ts:10
This result's numeric value.
Methods
destroy()?
optional
destroy():void
Defined in: src/workingtitle-instruments-g3000/html_ui/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