lemmy-js-client
    Preparing search index...

    Type Alias CommentView

    A comment view.

    type CommentView = {
        can_mod: boolean;
        comment: Comment;
        comment_actions?: CommentActions;
        community: Community;
        community_actions?: CommunityActions;
        creator: Person;
        creator_banned: boolean;
        creator_banned_from_community: boolean;
        creator_is_admin: boolean;
        creator_is_moderator: boolean;
        person_actions?: PersonActions;
        post: Post;
        post_tags: TagsView;
    }
    Index

    Properties

    can_mod: boolean
    comment: Comment
    comment_actions?: CommentActions
    community: Community
    community_actions?: CommunityActions
    creator: Person
    creator_banned: boolean
    creator_banned_from_community: boolean
    creator_is_admin: boolean
    creator_is_moderator: boolean
    person_actions?: PersonActions

    post

    post: Post

    post_tags

    post_tags: TagsView