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

    Interface JoinWithTokenFormLabels

    Labels for the JoinWithTokenForm component.

    interface JoinWithTokenFormLabels {
        createRoomLink: string;
        errorMessages: {
            default: string;
            INVALID_PASSWORD: string;
            ROOM_NOT_ACTIVE: string;
            TOKEN_EXPIRED: string;
            TOKEN_NOT_FOUND: string;
            USER_NOT_AUTHORIZED: string;
        };
        havePasswordButton: string;
        joinButton: string;
        joiningButton: string;
        nameHelperText: string;
        nameLabel: string;
        passwordHelperText: string;
        passwordLabel: string;
        passwordProtected: string;
        roomNameDisplay: (roomName: string) => string;
        roomNotActiveMessage: string;
        subtitle: string;
        title: string;
        validatingText: string;
    }
    Index

    Properties

    createRoomLink: string

    Create room link text

    errorMessages: {
        default: string;
        INVALID_PASSWORD: string;
        ROOM_NOT_ACTIVE: string;
        TOKEN_EXPIRED: string;
        TOKEN_NOT_FOUND: string;
        USER_NOT_AUTHORIZED: string;
    }
    havePasswordButton: string

    "Have a password?" button text

    joinButton: string

    Join button text

    joiningButton: string

    Joining button text (loading state)

    nameHelperText: string

    Helper text for name input

    nameLabel: string

    Label for name input

    passwordHelperText: string

    Helper text for password input

    passwordLabel: string

    Label for password input

    passwordProtected: string

    Password protected room indicator

    roomNameDisplay: (roomName: string) => string

    Room name display (with room name interpolation)

    roomNotActiveMessage: string

    Room not active message

    subtitle: string

    Subtitle/description

    title: string

    Page title

    validatingText: string

    Validating text