Defines a File Opener action component. 
This component helps opening a file.
Supported platform(s):
 • Android
 • iOS
You can access data from the next action in the chain in (TS) mode with: 
 • out: a boolean thats indicates if the file has been opened
Whenever cordova platform is not available, the value defined in mocking options is returned.
 Default value is true.
For more information : File Opener.
| Name | Description | 
|---|---|
| filePath | The file path. | 
| mocked response | The mocked response for the File opener action in case of running not supported platform. Must be a boolean. | 
| 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. | 
 File Opener