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

    Interface RoomSettingsDialogLabels

    Customizable text labels for the RoomSettingsDialog component.

    const germanLabels: Partial<RoomSettingsDialogLabels> = {
    title: 'Raumeinstellungen',
    saveButton: 'Speichern',
    cancelButton: 'Abbrechen',
    };
    interface RoomSettingsDialogLabels {
        cancelButton: string;
        offlineLabel: string;
        passwordLabel: string;
        roomLinkLabel: string;
        roomNameLabel: string;
        saveButton: string;
        targetUserIdsHelperText: string;
        targetUserIdsLabel: string;
        title: string;
        waitingRoomLabel: string;
    }
    Index

    Properties

    cancelButton: string

    Cancel button text

    offlineLabel: string

    Label for the offline features toggle

    passwordLabel: string

    Label for the password toggle

    roomLinkLabel: string

    Label for the room link field

    roomNameLabel: string

    Label for the room name field

    saveButton: string

    Save button text

    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