Skip to main content

Interface: UiNumberDialogInputDefinition

A definition for a NumberInput used in a AbstractUiNumberDialog.

Properties

isVisible

Readonly isVisible: MutableSubscribable<boolean, boolean>

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/AbstractUiNumberDialog.tsx:37


ref

Readonly ref: NodeReference<NumberInput>

A reference to this definition's input.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/AbstractUiNumberDialog.tsx:31


value

Readonly value: MutableSubscribable<number, number>

The value bound to this definition's input.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/AbstractUiNumberDialog.tsx:34

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

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/AbstractUiNumberDialog.tsx:46