For the complete documentation index, see llms.txt. This page is also available as Markdown.

waitRequest

Waits for data submission requests to finish before advancing in the flow.

Details

Attribute: wait-request

Type: boolean

Default value: false

Morphology

provider.waitRequest = true;

Description

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.


Example

<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    waitRequest={true}
/>

Last updated