FeedbackUiOptions
@microblink/blinkid-ux-manager
@microblink/blinkid-ux-manager / FeedbackUiOptions
Type Alias: FeedbackUiOptions
FeedbackUiOptions =
object
The options for the createBlinkIdFeedbackUi function.
Properties
localizationStrings?
optionallocalizationStrings:Partial<LocalizationStrings>
The localization strings.
preserveSdkInstance?
optionalpreserveSdkInstance:boolean
If set to true, the BlinkID instance will not be terminated when the
feedback UI is unmounted.
Default Value
false
showDocumentFilteredModal?
optionalshowDocumentFilteredModal:boolean
If set to true, the document filtered modal will be shown.
Default Value
true
showHelpButton?
optionalshowHelpButton:boolean
If set to true, the help button will be shown.
Default Value
true
showOnboardingGuide?
optionalshowOnboardingGuide:boolean
If set to true, the onboarding guide will be shown.
Default Value
true
showTimeoutModal?
optionalshowTimeoutModal:boolean
If set to true, the timeout modal will be shown.
Default Value
true
showUnsupportedDocumentModal?
optionalshowUnsupportedDocumentModal:boolean
If set to true, the document unsupported modal will be shown.
Default Value
true