Hiyve Components - v1.0.0
    Preparing search index...

    Interface AlertsLabels

    Label overrides for the Alerts component.

    Use this to localize or customize all user-facing text.

    interface AlertsLabels {
        acknowledge: string;
        dismiss: string;
        noAlerts: string;
        title: string;
    }
    Index

    Properties

    acknowledge: string

    Text on the acknowledge button.

    'Acknowledge'

    dismiss: string

    Text on the dismiss button.

    'Dismiss'

    noAlerts: string

    Message displayed when there are no alerts.

    'No alerts'

    title: string

    Header title displayed above the alert list.

    'Alerts'