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
readonlyisVisible: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
readonlyref:NodeReference<NumberInput>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/AbstractUiNumberDialog.tsx:31
A reference to this definition's input.
value
readonlyvalue: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
| Parameter | Type | Description |
|---|---|---|
ref | NodeReference<NumberInput> | The reference to which to assign the rendered input. |
value | MutableSubscribable<number> | The value to bind to the rendered input. |
rootCssClassName | string | undefined | The CSS class name for this dialog's root element. |
Returns
This definition's input, as a VNode.