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

    Interface CreateRoomDialogLabels

    Customizable text labels for the CreateRoomDialog component.

    const frenchLabels: Partial<CreateRoomDialogLabels> = {
    title: 'Nouvelle salle',
    roomNameLabel: 'Nom de la salle',
    cancelButton: 'Annuler',
    createButton: 'Creer',
    };
    interface CreateRoomDialogLabels {
        cancelButton: string;
        createButton: string;
        offlineLabel: string;
        passwordLabel: string;
        roomNameLabel: string;
        roomNamePlaceholder: string;
        staticRoomDescription: string;
        staticRoomLabel: string;
        targetUserIdsHelperText: string;
        targetUserIdsLabel: string;
        title: string;
        waitingRoomLabel: string;
    }
    Index

    Properties

    cancelButton: string

    Cancel button text

    createButton: string

    Create/submit button text

    offlineLabel: string

    Label for the offline features toggle

    passwordLabel: string

    Label for the password toggle

    roomNameLabel: string

    Label for the room name input field

    roomNamePlaceholder: string

    Placeholder for the room name input field

    staticRoomDescription: string

    Description text for the static room option

    staticRoomLabel: string

    Label for the static room toggle

    targetUserIdsHelperText: string

    Helper text for the target user IDs field

    targetUserIdsLabel: string

    Label for the target user IDs field

    title: string

    Dialog title text

    waitingRoomLabel: string

    Label for the waiting room toggle