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

    Interface FileCommentsPanelLabels

    Text labels for the FileCommentsPanel component. All labels can be partially overridden for localization.

    interface FileCommentsPanelLabels {
        deleteConfirmation: string;
        editedIndicator: string;
        emptyState: string;
        placeholder: string;
        title: string;
        unknownAuthor: string;
    }
    Index

    Properties

    deleteConfirmation: string

    Confirmation text for comment deletion

    editedIndicator: string

    Indicator shown after edited comments

    emptyState: string

    Shown when there are no comments

    placeholder: string

    Input placeholder text

    title: string

    Header title

    unknownAuthor: string

    Fallback name for unknown authors