Optional
source: DeepPartial<ZoomOverlay>Configuration of the 'close' button for the zoom overlay.
new ButtonConfiguration({
"text": "?zoomOverlayCancelButtonText",
"accessibilityDescription": "?accessibilityDescriptionZoomOverlayCancelButton",
"background": new BackgroundStyle({
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"foreground": new ForegroundStyle({
"color": "?sbColorOnPrimary"
})
});
The background color of the zoom overlay.
"?sbColorModalOverlay";
Generated using TypeDoc
Configuration of the zoom overlay for the review screen.