Skip to main content

Interface: GtcNumberDialogInputDefinition

A definition for a NumberInput used in a AbstractGtcNumberDialog.

Properties

isVisible

Readonly isVisible: MutableSubscribable<boolean, boolean>

A mutable subscribable which controls the visibility of this definition's input.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/AbstractGtcNumberDialog.tsx:34


ref

Readonly ref: NodeReference<NumberInput>

A reference to this definition's input.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/AbstractGtcNumberDialog.tsx:28


value

Readonly value: MutableSubscribable<number, number>

The value bound to this definition's input.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/AbstractGtcNumberDialog.tsx:31

Methods

render

render(ref, value, rootCssClassName): VNode

Renders this definition's input.

Parameters

NameTypeDescription
refNodeReference<NumberInput>The reference to which to assign the rendered input.
valueMutableSubscribable<number, number>The value to bind to the rendered input.
rootCssClassNameundefined | stringThe CSS class name for this dialog's root element.

Returns

VNode

This definition's input, as a VNode.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/AbstractGtcNumberDialog.tsx:43