Configuration of the the standard alert dialog.

Hierarchy

  • PartiallyConstructible
    • ScanbotAlertDialog

Constructors

Properties

cancelButton: ButtonConfiguration

Configuration of the cancel button.

dividerColor: string

Color of the divider line.

Default Value

"?sbColorOutline";
modalOverlayColor: string

Dialog overlay color.

Default Value

"?sbColorModalOverlay";

Configuration of the retry button.

sheetColor: string

Background color of the alert dialog.

Default Value

"?sbColorSurface";
subtitle: StyledText

Explanation message message.

Default Value

new StyledText({
"text": "Standard explanation message text.",
"color": "?sbColorOnSurfaceVariant"
});
title: StyledText

Title displayed above the message.

Default Value

new StyledText({
"text": "Title",
"color": "?sbColorOnSurface"
});

Generated using TypeDoc