Optional
source: DeepPartial<ScanbotAlertDialog>Configuration of the cancel button.
Color of the divider line.
"?sbColorOutline";
Dialog overlay color.
"?sbColorModalOverlay";
Configuration of the retry button.
Background color of the alert dialog.
"?sbColorSurface";
Explanation message message.
new StyledText({
"text": "Standard explanation message text.",
"color": "?sbColorOnSurfaceVariant"
});
Title displayed above the message.
new StyledText({
"text": "Title",
"color": "?sbColorOnSurface"
});
Generated using TypeDoc
Configuration of the the standard alert dialog.