Defines a File Chooser action component.
This component helps selecting a file.
Supported platorm(s):
• Android
You can access data from the next action in the chain in (TS) mode with:
• out: The file URI
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 Android file picker for the user to select a file.
For more information : File Chooser.
Name | Description |
---|---|
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. |