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

    Interface ConversationListLabels

    Customizable text labels for the ConversationList component.

    interface ConversationListLabels {
        cancel: string;
        delete: string;
        deleteConfirm: string;
        duplicate: string;
        exportJson: string;
        messagesSuffix: string;
        newConversation: string;
        noConversations: string;
        rename: string;
        title: string;
        untitled: string;
    }
    Index

    Properties

    cancel: string

    Cancel text

    delete: string

    Label for the delete action

    deleteConfirm: string

    Confirmation text for delete

    duplicate: string

    Label for the duplicate action

    exportJson: string

    Label for the export action

    messagesSuffix: string

    Suffix for message count display (e.g., "messages")

    newConversation: string

    Button text for creating a new conversation

    noConversations: string

    Text shown when no conversations exist

    rename: string

    Label for the rename action

    title: string

    Title for the conversation list header

    untitled: string

    Placeholder title for untitled conversations