Configuration of the 'preview' button in 'page preview mode'.

Hierarchy

  • PartiallyConstructible
    • PagePreviewMode

Constructors

  • Parameters

    • Optional source: DeepPartial<PagePreviewMode>

    Returns PagePreviewMode

Properties

_type: "PagePreviewMode"
accessibilityDescription: string

The text to be read when the 'preview' button is selected via the accessibility mode.

Default Value

"?accessibilityDescriptionCameraPreviewButton";
imagePlaceholderColor: string

The color of the image placeholder.

Default Value

"?sbColorOnSurfaceVariant";
pageCounter: BadgeStyle

Configuration of the page counter icon.

Default Value

new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "?sbColorSurface",
"fillColor": "?sbColorSurface"
}),
"foregroundColor": "?sbColorPrimary"
});

Generated using TypeDoc