Optional
source: DeepPartial<PagePreviewMode>Readonly
_typeThe text to be read when the 'preview' button is selected via the accessibility mode.
"?accessibilityDescriptionCameraPreviewButton";
The color of the image placeholder.
"?sbColorOnSurfaceVariant";
Configuration of the page counter icon.
new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "?sbColorSurface",
"fillColor": "?sbColorSurface"
}),
"foregroundColor": "?sbColorPrimary"
});
Generated using TypeDoc
Configuration of the 'preview' button in 'page preview mode'.