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

    Interface RoomCardLabels

    Customizable text labels for the RoomCard component.

    const customLabels: Partial<RoomCardLabels> = {
    startButton: 'Join Now',
    linkCopied: 'Link copied!',
    };
    interface RoomCardLabels {
        copyLinkButton: string;
        deleteButton: string;
        enableButton: string;
        historyButton: string;
        joinButton: string;
        linkBadge: string;
        linkCopied: string;
        linkRoom: string;
        offlineEnabled: string;
        onlineLabel: string;
        passwordEnabled: string;
        settingsButton: string;
        startButton: string;
        staticBadge: string;
        staticRoom: string;
        targetUserIdsLabel: string;
        waitingRoomEnabled: string;
    }
    Index

    Properties

    copyLinkButton: string

    Copy link button tooltip

    deleteButton: string

    Delete button tooltip

    enableButton: string

    Enable button text for disabled rooms

    "Enable"
    
    historyButton: string

    History button text

    "History"
    
    joinButton: string

    Join button text (participant variant)

    "Join"
    
    linkBadge: string

    Badge text for link-based rooms

    linkCopied: string

    Feedback text after copying link

    linkRoom: string

    Tooltip for link-based room icon

    offlineEnabled: string

    Tooltip for offline features enabled indicator

    onlineLabel: string

    Online count label

    "online"
    
    passwordEnabled: string

    Tooltip for password enabled indicator

    settingsButton: string

    Settings button tooltip

    startButton: string

    Start/join button text

    staticBadge: string

    Badge text for static rooms

    staticRoom: string

    Tooltip for static room icon

    targetUserIdsLabel: string

    Label shown above target user IDs list

    waitingRoomEnabled: string

    Tooltip for waiting room enabled indicator