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

Properties

message: string

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

severity: string

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

params: object

Parameters to supply to the localization.