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

    Interface UpdateButtonLabels

    Customisable labels for UpdateButton.

    interface UpdateButtonLabels {
        buttonText: string;
        tooltip: string;
    }
    Index

    Properties

    Properties

    buttonText: string

    Visible button text (when variant="button").

    "Update"
    
    tooltip: string

    Tooltip / aria-label.

    "A new version is available — click to update"