Skip to main content

Interface: UiNumberDialogInputDefinition

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/AbstractUiNumberDialog.tsx:29

A definition for a NumberInput used in a AbstractUiNumberDialog.

Properties

isVisible

readonly isVisible: MutableSubscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/AbstractUiNumberDialog.tsx:37

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


ref

readonly ref: NodeReference<NumberInput>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/AbstractUiNumberDialog.tsx:31

A reference to this definition's input.


value

readonly value: MutableSubscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/AbstractUiNumberDialog.tsx:34

The value bound to this definition's input.

Methods

render()

render(ref, value, rootCssClassName): VNode

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/AbstractUiNumberDialog.tsx:46

Renders this definition's input.

Parameters

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

Returns

VNode

This definition's input, as a VNode.