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

    Interface InviteLinkDialogLabels

    Labels for the InviteLinkDialog component.

    interface InviteLinkDialogLabels {
        closeButton: string;
        copiedButton: string;
        copyButton: string;
        description: string;
        expirationOptions: { [key: number]: string };
        expiresInLabel: string;
        generateButton: string;
        generatingButton: string;
        groupLinkDescription: string;
        groupLinkOption: string;
        individualLinkDescription: string;
        individualLinkOption: string;
        inviteLinkLabel: string;
        linkTypeLabel: string;
        passwordEmptyHelperText: string;
        passwordLabel: string;
        passwordPlaceholder: string;
        passwordSetHelperText: string;
        regenerateButton: string;
        restrictUserIdHelperText: string;
        restrictUserIdLabel: string;
        restrictUserIdPlaceholder: string;
        title: string;
    }
    Index

    Properties

    closeButton: string

    Close button text

    copiedButton: string

    Copied button text (success state)

    copyButton: string

    Copy button text

    description: string

    Description text

    expirationOptions: { [key: number]: string }

    Expiration option labels

    expiresInLabel: string

    Label for expiration select

    generateButton: string

    Generate button text

    generatingButton: string

    Generating button text (loading state)

    groupLinkDescription: string

    Description for group link type

    groupLinkOption: string

    Option text for group link

    individualLinkDescription: string

    Description for individual link type

    individualLinkOption: string

    Option text for individual link

    inviteLinkLabel: string

    Invite link field label

    linkTypeLabel: string

    Label for link type select

    passwordEmptyHelperText: string

    Helper text when password is empty

    passwordLabel: string

    Label for password field

    passwordPlaceholder: string

    Placeholder for password field

    passwordSetHelperText: string

    Helper text when password is set

    regenerateButton: string

    Regenerate button text

    restrictUserIdHelperText: string

    Helper text for user ID field

    restrictUserIdLabel: string

    Label for user ID restriction field

    restrictUserIdPlaceholder: string

    Placeholder for user ID field

    title: string

    Dialog title