Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface RenderWithFallbackOptions

    Localised labels for the loading and error states produced by renderWithFallback. Both fields are optional; English defaults are used when omitted so the API remains backwards-compatible.

    interface RenderWithFallbackOptions {
        loadingLabel?: string;
        retryLabel?: string;
    }
    Index

    Properties

    loadingLabel?: string

    ARIA label announced by screen readers while the skeleton is visible.

    retryLabel?: string

    Text shown on the retry button in the error card.