Optional
source: DeepPartial<ActionBarConfiguration>Configuration of the 'flash' button.
new RoundButton({
"visible": true,
"accessibilityDescription": "?accessibilityDescriptionFlashButton",
"backgroundColor": "?sbColorSurfaceHigh",
"foregroundColor": "?sbColorOnPrimary",
"activeBackgroundColor": "?sbColorWarning",
"activeForegroundColor": "#1C1B1F"
});
Configuration of the 'flip camera' button.
new RoundButton({
"visible": true,
"accessibilityDescription": "?accessibilityDescriptionFlipCameraButton",
"backgroundColor": "?sbColorSurfaceHigh",
"foregroundColor": "?sbColorOnPrimary",
"activeBackgroundColor": "?sbColorWarning",
"activeForegroundColor": "#1C1B1F"
});
Configuration of the 'zoom' button.
new RoundButton({
"visible": true,
"accessibilityDescription": "?accessibilityDescriptionZoomButton",
"backgroundColor": "?sbColorSurfaceHigh",
"foregroundColor": "?sbColorOnPrimary",
"activeBackgroundColor": "?sbColorSurfaceHigh",
"activeForegroundColor": "?sbColorOnPrimary"
});
Generated using TypeDoc
Configuration of the buttons available in the action bar.