Load value for an EDIT
Use initValue( input value ) to load value into corresponding inputs.
Load value
This example will show how to populate your inputs value for example an edit. For a file, you can also a third optional argument, an asynchronous function and retrieve a blob from your file url. Your function must take an url as param and return a promise.
Typescript
Javascript
Go the next step to find out how to use some built-in types