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

    Interface UpdateBannerLabels

    Customisable labels for the UpdateBanner.

    interface UpdateBannerLabels {
        dismissAriaLabel: string;
        downloading: string;
        readyToRestart: string;
        restartButton: string;
        updateButton: string;
        webUpdateAvailable: string;
    }
    Index

    Properties

    dismissAriaLabel: string

    Dismiss aria-label.

    "Dismiss update banner"
    
    downloading: string

    Template for "downloading" state. {version} is replaced with the version string.

    "Version {version} is available and downloading..."
    
    readyToRestart: string

    Template for "ready to restart" state.

    "Version {version} is ready — restart to update"
    
    restartButton: string

    Restart button text.

    "Restart Now"
    
    updateButton: string

    Web reload button text.

    "Update Now"
    
    webUpdateAvailable: string

    Web update message.

    "A new version is available"