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

    Interface JoinFormLabels

    Labels for the JoinForm component.

    interface JoinFormLabels {
        createRoomButton: string;
        createRoomToggle: string;
        creatingButton: string;
        devicePreviewTitle: string;
        devicePreviewTooltip: string;
        joiningButton: string;
        joinRoomButton: string;
        joinRoomToggle: string;
        nameHelperText: string;
        nameLabel: string;
        roomNameGuestHelperText: string;
        roomNameLabel: string;
        roomNameOwnerHelperText: string;
        subtitle: string;
        title: string;
    }
    Index

    Properties

    createRoomButton: string

    Text for the create room button

    createRoomToggle: string

    Label for the "Create Room" toggle option

    creatingButton: string

    Text for the create room button in loading state

    devicePreviewTitle: string

    Title for the device preview dialog

    devicePreviewTooltip: string

    Tooltip for the device preview settings button

    joiningButton: string

    Text for the join room button in loading state

    joinRoomButton: string

    Text for the join room button

    joinRoomToggle: string

    Label for the "Join Room" toggle option

    nameHelperText: string

    Helper text shown below the user name input

    nameLabel: string

    Label for the user name input field

    roomNameGuestHelperText: string

    Helper text for room name when in guest role

    roomNameLabel: string

    Label for the room name input field

    roomNameOwnerHelperText: string

    Helper text for room name when in owner role

    subtitle: string

    Subtitle text below the title

    title: string

    Main heading displayed at the top of the form