returns the current value of a SimpleVault control
getValue(): object[];
Returns:An array with the current value of the control.
Example
const value = form.getItem("simplevault").getValue();
/* =>
[
{
"id": "file1",
"name": "file_name1.png",
"status": "uploaded",
},
{
"id": "file2",
"name": "file_name2.png",
"status": "uploaded",
}
]
*/
The returned array contains objects that may have the properties listed in the value configuration property.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4