FeedbackUiOptions
@microblink/blinkcard / FeedbackUiOptions
Type Alias: FeedbackUiOptions
FeedbackUiOptions =
object
The options for the createBlinkCardFeedbackUi function.
Properties
helpTooltipHideDelay?
optionalhelpTooltipHideDelay:number|null
Time in ms before the help tooltip is hidden. If null, tooltip won't be auto hidden.
Default Value
5000
helpTooltipShowDelay?
optionalhelpTooltipShowDelay:number|null
Time in ms before the help tooltip is shown. If null, tooltip won't be auto shown.
Default Value
5000
localizationStrings?
optionallocalizationStrings:PartialLocalizationStrings
The localization strings.
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