This component returns all of the metadata of the image in an Structure through javascript. This component works with both Reactive & Mobile apps.
Once the user uploads the image through the upload widget click on the "Get Image Data" button (text/label configurable through ButtonText input parameter). Then the block will trigger an event to parent screen/block with the metadata of the image in an Structure. It also contains a flag (IsSuccess) to denote the Success/Failure of retrieval of metadata.
This component takes the following input parameters -
1. UploadWidgetId - Id of the Upload widget.
2. ButtonText - Configurable label(text) to show on the button.
3. ExtendedClass - To apply additional CSS to the button.
In this version following changes are done -
1. Return the metadata of the image in the Output Structure.
2. An IsSuccess Boolean flag is added to denote successful retrieval of metadata.