Skip to main content

CameraManagerComponent

@microblink/camera-manager


@microblink/camera-manager / CameraManagerComponent

Type Alias: CameraManagerComponent

CameraManagerComponent = object

The camera manager component.

Properties

addOnDismountCallback()

addOnDismountCallback: (fn) => () => void

Sets a callback to be called when the component is unmounted. Returns a cleanup function that removes the callback when called.

Parameters

fn

DismountCallback

Returns

(): void

Returns

void


cameraManager

cameraManager: CameraManager

The camera manager.


dismount()

dismount: () => void

Dismounts the component from the DOM and unloads the SDK

Returns

void


feedbackLayerNode

feedbackLayerNode: HTMLDivElement

The feedback layer node that can be used to append custom feedback elements


overlayLayerNode

overlayLayerNode: HTMLDivElement

The overlay layer node that can be used to append custom overlay elements


owner

owner: Owner

The owner of the component.

See

https://docs.solidjs.com/reference/reactive-utilities/get-owner


updateLocalization

updateLocalization: SetStoreFunction<CameraUiLocalizationStrings>

Updates the localization strings