lemmy-js-client
Preparing search index...
CommentReportView
Type Alias CommentReportView
A comment report view.
type
CommentReportView
=
{
comment
:
Comment
;
comment_actions
?:
CommentActions
;
comment_creator
:
Person
;
comment_report
:
CommentReport
;
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
;
resolver
?:
Person
;
}
Index
Properties
comment
comment_
actions?
comment_
creator
comment_
report
community
community_
actions?
creator
creator_
banned
creator_
banned_
from_
community
creator_
is_
admin
creator_
is_
moderator
person_
actions?
post
resolver?
Properties
comment
comment
:
Comment
Optional
comment_
actions
comment_actions
?:
CommentActions
comment_
creator
comment_creator
:
Person
comment_
report
comment_report
:
CommentReport
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
Optional
resolver
resolver
?:
Person
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
comment_
actions
comment_
creator
comment_
report
community
community_
actions
creator
creator_
banned
creator_
banned_
from_
community
creator_
is_
admin
creator_
is_
moderator
person_
actions
post
resolver
lemmy-js-client
Loading...
A comment report view.