interface CameraSnapshotSettings {
    cameraId?: string;
    cameraMode?: CameraFacingMode;
    changeCameraButton?: boolean;
    closeButton?: boolean;
    copyright?: boolean;
    fromCameraButton?: boolean;
    locale?: string;
    mirrorButton?: boolean;
    mirrorType?: MirrorType;
    multipleFileInput?: boolean;
    nonce?: string;
    regulaLogo?: boolean;
    resolution?: Partial<WidthAndHeight>;
    startScreen?: boolean;
    statusBackgroundColor?: string;
    statusTextColor?: string;
    uploadFileButton?: boolean;
}

Hierarchy (View Summary)

Properties

cameraId?: string
cameraMode?: CameraFacingMode
changeCameraButton?: boolean
closeButton?: boolean
copyright?: boolean
fromCameraButton?: boolean
locale?: string
mirrorButton?: boolean
mirrorType?: MirrorType
multipleFileInput?: boolean
nonce?: string
regulaLogo?: boolean
resolution?: Partial<WidthAndHeight>
startScreen?: boolean
statusBackgroundColor?: string
statusTextColor?: string
uploadFileButton?: boolean