Interface: GtcNumberDialogInputDefinition
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:29
A definition for a NumberInput used in a AbstractGtcNumberDialog.
Properties
isVisible
readonlyisVisible:MutableSubscribable<boolean>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:37
A mutable subscribable which controls the visibility of this definition's input.
ref
readonlyref:NodeReference<NumberInput>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:31
A reference to this definition's input.
value
readonlyvalue:MutableSubscribable<number>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:34
The value bound to this definition's input.
Methods
render()
render(
ref,value,rootCssClassName):VNode
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.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.