getValue()
returns the current value of an Avatar control
getValue(): object;
Returns:
An object with the current value of the control.
Example
const value = form.getItem("avatar").getValue();
/* =>
{
"id": "image",
"src": "http://domen/upload/files/image.png",
"status": "uploaded"
}
*/
The returned object may contains the properties listed in the description of the value configuration object.