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

steps

Order of the flow steps registered on the platform.

Details

Attribute: steps

Type: TrackingSteps[] | string

Default value: undefined

TrackingSteps

Member
Value
Description

start

START

Start of the Flow.

selphiWidget

SELPHI_WIDGET

Face Capture step.

selphidWidget

SELPHID_WIDGET

Document Capture step.

fileUploaderWidget

FILE_UPLOADER

File upload.

finish

FINISH

End of the Flow.

videoRecording

VIDEO_RECORDING

Video Recording.

termsConditions

TERMS_AND_CONDITIONS

Terms and conditions.

documentValidation

DOCUMENT_VALIDATION_WIDGET

Document validation.

Morphology

provider.steps = 'START,SELPHID_WIDGET,SELPHI_WIDGET,FINISH';

Description

Sequence of Tracking steps registered on the platform for the operation initiated by facephi-sdk-provider.


Example

Last updated