Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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.