INumberInputInitOptions<T>
Defined in: js-api/ui.ts:943
Extends
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
elementOptions? | ElementOptions | IInputInitOptions.elementOptions | js-api/ui.ts:937 |
format? | string | - | js-api/ui.ts:949 |
max? | number | - | js-api/ui.ts:945 |
min? | number | - | js-api/ui.ts:944 |
nullable? | boolean | IInputInitOptions.nullable | js-api/ui.ts:936 |
onCreated? | (input) => void | IInputInitOptions.onCreated | js-api/ui.ts:939 |
onValueChanged? | (value, input) => void | IInputInitOptions.onValueChanged | js-api/ui.ts:940 |
property? | Property | IInputInitOptions.property | js-api/ui.ts:935 |
showPlusMinus? | boolean | - | js-api/ui.ts:948 |
showSlider? | boolean | - | js-api/ui.ts:947 |
step? | number | - | js-api/ui.ts:946 |
tooltipText? | string | IInputInitOptions.tooltipText | js-api/ui.ts:938 |
value? | T | IInputInitOptions.value | js-api/ui.ts:934 |