waitRequest
Waits for data submission requests to finish before advancing in the flow.
Last updated
Waits for data submission requests to finish before advancing in the flow.
Attribute: wait-request
Type: boolean
Default value: false
provider.waitRequest = true;When active, the widgets that send data to the backend (Selphi, SelphID and File Uploader) show the provider loading state and wait for the Tracking and sending requests to finish (sendSelphi, sendSelphid, trackingAsset, etc.) before continuing to the next step of the Flow.
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
waitRequest={true}
/>Last updated