[Go to site: main page, start]

Interface UsabilityIssue

interface UsabilityIssue {
    message: string;
    params?: object;
    severity: string;
}
Index

Properties

message: string

The pre-localized message to display in relation to the usability issue.

params?: object

Parameters to supply to the localization.

severity: string

The severity of the issue, either "error", "warning", or "info".