Class AcknowledgementDocumentQualityWarning

Configuration for warning display in different quality scenarios.

Constructors

Properties

Constructors

Properties

background: BackgroundStyle

Background color for the warning.

Default Value

new BackgroundStyle({});
icon: IconStyle

Configuration of the icon appearance.

Default Value

new IconStyle({});
title: StyledText

Text configuration for the warning.

Default Value

new StyledText({
"text": "?acknowledgementWarning",
"color": "?sbColorOnPrimary"
});
visible: boolean

Whether the warning is visible.

Default Value

false;

Generated using TypeDoc