(Object, Component<File>). Adds a File Explorer for the user to interact and manage files with. The Component can also be used for merely selecting and previewing input files, though this is not necessary. Additionally, file inputs as well as file viewing can be restricted to certain file extensions only.
Note. This requires Node.js to work properly. If you are using only the Browser version of Vercengen, then only the default input[type='file']
version of Component<File> will be available to you, i.e. .basic_file: true
.
Similar to Object, Component<Hierarchy>, upon which Component<File> depends.
[WIP] - Finish Documentation body.