Configuration of the buttons available in the action bar.

Hierarchy

  • PartiallyConstructible
    • ActionBarConfiguration

Constructors

Properties

flashButton: RoundButton

Configuration of the 'flash' button.

Default Value

new RoundButton({
"visible": true,
"accessibilityDescription": "?accessibilityDescriptionFlashButton",
"backgroundColor": "?sbColorSurfaceHigh",
"foregroundColor": "?sbColorOnPrimary",
"activeBackgroundColor": "?sbColorWarning",
"activeForegroundColor": "#1C1B1F"
});
flipCameraButton: RoundButton

Configuration of the 'flip camera' button.

Default Value

new RoundButton({
"visible": true,
"accessibilityDescription": "?accessibilityDescriptionFlipCameraButton",
"backgroundColor": "?sbColorSurfaceHigh",
"foregroundColor": "?sbColorOnPrimary",
"activeBackgroundColor": "?sbColorWarning",
"activeForegroundColor": "#1C1B1F"
});
zoomButton: RoundButton

Configuration of the 'zoom' button.

Default Value

new RoundButton({
"visible": true,
"accessibilityDescription": "?accessibilityDescriptionZoomButton",
"backgroundColor": "?sbColorSurfaceHigh",
"foregroundColor": "?sbColorOnPrimary",
"activeBackgroundColor": "?sbColorSurfaceHigh",
"activeForegroundColor": "?sbColorOnPrimary"
});

Generated using TypeDoc