defaultValue(...)
defaultValue(val: string): this;
Sets the default value that will be in the text entry dialog when it is shown.
Default value: ""
Parameters
Parameter | Type | Description |
---|---|---|
val | string | The default value to set. |
Returns
this
defaultValue(val: string): this;
Sets the default value that will be in the text entry dialog when it is shown.
Default value: ""
Parameter | Type | Description |
---|---|---|
val | string | The default value to set. |
this