Defines a Chooser action component. 
This component helps selecting a file.
Supported platorm(s): 
 • Android
 • iOS
You can access data from the next action in the chain in (TS) mode with: 
 • out: {data: Uint8Array, dataURI:string, mediaType: string, name: string, uri:string}
Whenever cordova platform is not available, the value defined in mocking option is returned.
 Default mocked value is 'https://www.convertigo.com/wp-content/uploads/2015/01/logoStudio.png'.
It uses the native Chooser to select a file.
For more information : Chooser.
| Name | Description | 
|---|---|
| mime Type | Whenever you want to select a specific type of file you can use mimetype to filer | 
| mocked response | The mocked response for the File chooser action in case of running not supported platform. Must be a string. | 
| Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. | 
| Is active | Defines whether the component is active. | 
 Chooser