stringInput()
stringInput(
name
,value
,onValueChanged
,options
):InputBase
<string
>
Parameters
Parameter | Type | Default value |
---|---|---|
name | string | undefined |
value | string | undefined |
onValueChanged | null | Function | null |
options | null | object | null |
Returns
InputBase
<string
>
Deprecated
The method will be removed soon. Use input.string instead