lemmy-js-client
Preparing search index...
PostReportView
Type Alias PostReportView
A post report view.
type
PostReportView
=
{
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_actions
?:
PostActions
;
post_creator
:
Person
;
post_report
:
PostReport
;
resolver
?:
Person
;
}
Index
Properties
community
community_
actions?
creator
creator_
banned
creator_
banned_
from_
community
creator_
is_
admin
creator_
is_
moderator
person_
actions?
post
post_
actions?
post_
creator
post_
report
resolver?
Properties
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
post_
actions
post_actions
?:
PostActions
post_
creator
post_creator
:
Person
post_
report
post_report
:
PostReport
Optional
resolver
resolver
?:
Person
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community
community_
actions
creator
creator_
banned
creator_
banned_
from_
community
creator_
is_
admin
creator_
is_
moderator
person_
actions
post
post_
actions
post_
creator
post_
report
resolver
lemmy-js-client
Loading...
A post report view.