Configuration of the zoom overlay for the review screen.

Hierarchy

  • PartiallyConstructible
    • ZoomOverlay

Constructors

Properties

Constructors

  • Parameters

    • Optional source: DeepPartial<ZoomOverlay>

    Returns ZoomOverlay

Properties

closeButton: ButtonConfiguration

Configuration of the 'close' button for the zoom overlay.

Default Value

new ButtonConfiguration({
"text": "?zoomOverlayCancelButtonText",
"accessibilityDescription": "?accessibilityDescriptionZoomOverlayCancelButton",
"background": new BackgroundStyle({
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"foreground": new ForegroundStyle({
"color": "?sbColorOnPrimary"
})
});
overlayColor: string

The background color of the zoom overlay.

Default Value

"?sbColorModalOverlay";

Generated using TypeDoc