Update API doc
parent
1a2d33ad27
commit
b15719071e
|
@ -31398,6 +31398,14 @@
|
||||||
"type": "undefined | string | number",
|
"type": "undefined | string | number",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "New value"
|
"description": "New value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "formattedValue",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "currentValue"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue