Configuration of the the mapper's error dialog.

Hierarchy

  • PartiallyConstructible
    • BarcodeItemErrorState

Constructors

Properties

cancelButton: ButtonConfiguration

Configuration of the cancel button.

Default Value

new ButtonConfiguration({});
retryButton: ButtonConfiguration

Configuration of the retry button.

Default Value

new ButtonConfiguration({});
subtitle: StyledText

Error message.

Default Value

new StyledText({
"text": "There was an issue and the data requested was not fetched. You could try again or discard this result to start a new scan.",
"color": "?sbColorOnSurfaceVariant"
});
title: StyledText

Title displayed above the error message.

Default Value

new StyledText({
"text": "Connection Error!",
"color": "?sbColorOnSurface"
});

Generated using TypeDoc