Skip to main content

CameraManagerUiOptions

@microblink/camera-manager


@microblink/camera-manager / CameraManagerUiOptions

Type Alias: CameraManagerUiOptions

CameraManagerUiOptions = object

The camera manager UI options.

Properties

localizationStrings?

optional localizationStrings: Partial<CameraUiLocalizationStrings>

The localization strings.


showCameraErrorModal?

optional showCameraErrorModal: boolean

If set to true, the camera error modal will be shown.

Default Value

true

showCloseButton?

optional showCloseButton: boolean

If set to true, the close button will be shown.

Default Value

true

showMirrorCameraButton?

optional showMirrorCameraButton: boolean

If set to true, the mirror camera button will be shown.

Default Value

false

showTorchButton?

optional showTorchButton: boolean

If set to true, the torch button will be shown.

Default Value

true