Configuration of the buttons available in the action bar.

Hierarchy

  • PartiallyConstructible
    • ActionBarConfiguration

Constructors

Properties

flashButton: RoundButton

Appearance of the flash button.

Default Value

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

Appearance of the flip camera button.

Default Value

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

Appearance of the zoom button.

Default Value

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

Generated using TypeDoc