Optional
source: DeepPartial<CameraBottomBar>Configuration of the 'auto snapping mode' button.
new BarButtonConfiguration({
"title": new StyledText({
"visible": false,
"text": "?cameraAutoSnapButtonTitle",
"color": "?sbColorOnPrimary"
}),
"accessibilityDescription": "?accessibilityDescriptionCameraAutoSnapButton",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"icon": new IconStyle({
"color": "?sbColorOnPrimary"
})
});
Configuration of the 'import' button.
new BarButtonConfiguration({
"title": new StyledText({
"visible": false,
"text": "?cameraImportButtonTitle",
"color": "?sbColorOnPrimary"
}),
"accessibilityDescription": "?accessibilityDescriptionCameraImportButton",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"icon": new IconStyle({
"color": "?sbColorOnPrimary"
})
});
Configuration of the 'manual snapping mode' button.
new BarButtonConfiguration({
"title": new StyledText({
"visible": false,
"text": "?cameraManualSnapButtonTitle",
"color": "?sbColorOnPrimary"
}),
"accessibilityDescription": "?accessibilityDescriptionCameraManualSnapButton",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"icon": new IconStyle({
"color": "?sbColorOnPrimary"
})
});
Configuration of the 'preview' button.
new PagePreviewMode({});
Configuration of the 'shutter' button.
new ShutterButton({
"accessibilityDescription": "?accessibilityDescriptionCameraShutterButton"
});
Configuration of the 'flashlight' button when in the 'off' state.
new BarButtonConfiguration({
"title": new StyledText({
"visible": false,
"text": "?cameraTorchOffButtonTitle",
"color": "?sbColorOnPrimary"
}),
"accessibilityDescription": "?accessibilityDescriptionCameraTorchOffButton",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"icon": new IconStyle({
"color": "?sbColorOnPrimary"
})
});
Configuration of the 'flashlight' button when in the 'on' state.
new BarButtonConfiguration({
"title": new StyledText({
"visible": false,
"text": "?cameraTorchOnButtonTitle",
"color": "?sbColorOnPrimary"
}),
"accessibilityDescription": "?accessibilityDescriptionCameraTorchOnButton",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"icon": new IconStyle({
"color": "?sbColorOnPrimary"
})
});
Generated using TypeDoc
Configuration of the bottom bar for the camera screen.