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

    Interface JoinTokenLabels

    Label overrides for the JoinToken component.

    Use this to localize or customize all user-facing text.

    interface JoinTokenLabels {
        copied: string;
        copy: string;
        displayTitle: string;
        inputTitle: string;
        join: string;
        lookup: string;
        passwordPlaceholder: string;
        roomActive: string;
        roomInactive: string;
        share: string;
        tokenPlaceholder: string;
    }
    Index

    Properties

    copied: string

    Temporary text shown after copying.

    'Copied!'

    copy: string

    Copy button text.

    'Copy'

    displayTitle: string

    Title shown in display mode.

    'Invite Link'

    inputTitle: string

    Title shown in input mode.

    'Join with Token'

    join: string

    Join button text.

    'Join'

    lookup: string

    Lookup/preview button text.

    'Preview'

    passwordPlaceholder: string

    Placeholder for the password input field.

    'Password (if required)'

    roomActive: string

    Status text when the room is active.

    'Room is active'

    roomInactive: string

    Status text when the room is inactive/waiting.

    'Waiting for host'

    share: string

    Share button text.

    'Share'

    tokenPlaceholder: string

    Placeholder for the token input field.

    'Enter invite token'