CameraManagerUiOptions
@microblink/blinkid-verify / CameraManagerUiOptions
Type Alias: CameraManagerUiOptions
CameraManagerUiOptions =
object
The camera manager UI options.
Properties
localizationStrings?
optionallocalizationStrings:Partial<CameraUiLocalizationStrings>
The localization strings.
showCameraErrorModal?
optionalshowCameraErrorModal:boolean
If set to true, the camera error modal will be shown.
Default Value
true
showCloseButton?
optionalshowCloseButton:boolean
If set to true, the close button will be shown.
Default Value
true
showMirrorCameraButton?
optionalshowMirrorCameraButton:boolean
If set to true, the mirror camera button will be shown.
Default Value
false
showTorchButton?
optionalshowTorchButton:boolean
If set to true, the torch button will be shown.
Default Value
true
zIndex?
optionalzIndex:number
The z-index of the camera UI when rendered as a full-screen overlay. Only applies when no target element is provided.
If not provided, uses calc(infinity) to ensure the camera UI appears on top.
Default Value
calc(infinity)