lemmy-js-client
Preparing search index...
CommentView
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
comment
comment_
actions?
community
community_
actions?
creator
creator_
banned
creator_
banned_
from_
community
creator_
is_
admin
creator_
is_
moderator
person_
actions?
post
post_
tags
Properties
can_
mod
can_mod
:
boolean
comment
comment
:
Comment
Optional
comment_
actions
comment_actions
?:
CommentActions
community
community
:
Community
Optional
community_
actions
community_actions
?:
CommunityActions
creator
creator
:
Person
creator_
banned
creator_banned
:
boolean
creator_
banned_
from_
community
creator_banned_from_community
:
boolean
creator_
is_
admin
creator_is_admin
:
boolean
creator_
is_
moderator
creator_is_moderator
:
boolean
Optional
person_
actions
person_actions
?:
PersonActions
post
post
:
Post
post_
tags
post_tags
:
TagsView
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can_
mod
comment
comment_
actions
community
community_
actions
creator
creator_
banned
creator_
banned_
from_
community
creator_
is_
admin
creator_
is_
moderator
person_
actions
post
post_
tags
lemmy-js-client
Loading...
A comment view.