Configuration of the 'shutter' button.

Hierarchy

  • PartiallyConstructible
    • ShutterButton

Constructors

  • Parameters

    • Optional source: DeepPartial<ShutterButton>

    Returns ShutterButton

Properties

accessibilityDescription: string

The text to be read when the 'shutter' button is selected via the accessibility mode.

Default Value

"?accessibilityDescriptionCameraShutterButton";
enabledInAutoSnappingMode: boolean

Determines if the 'shutter' button can be tapped to manually snap a document when 'auto snapping mode' is active.

Default Value

true;
innerColor: string

The inner color of the 'shutter' button.

Default Value

"?sbColorOnPrimary";
outerColor: string

The outer color of the 'shutter' button.

Default Value

"?sbColorOnPrimary";

Generated using TypeDoc