lemmy-js-client
Preparing search index...
CommentSlimView
Type Alias CommentSlimView
A slimmer comment view, without the post, or community.
type
CommentSlimView
=
{
can_mod
:
boolean
;
comment
:
Comment
;
comment_actions
?:
CommentActions
;
creator
:
Person
;
creator_banned
:
boolean
;
creator_banned_from_community
:
boolean
;
creator_is_admin
:
boolean
;
creator_is_moderator
:
boolean
;
person_actions
?:
PersonActions
;
}
Index
Properties
can_
mod
comment
comment_
actions?
creator
creator_
banned
creator_
banned_
from_
community
creator_
is_
admin
creator_
is_
moderator
person_
actions?
Properties
can_
mod
can_mod
:
boolean
comment
comment
:
Comment
Optional
comment_
actions
comment_actions
?:
CommentActions
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can_
mod
comment
comment_
actions
creator
creator_
banned
creator_
banned_
from_
community
creator_
is_
admin
creator_
is_
moderator
person_
actions
lemmy-js-client
Loading...
A slimmer comment view, without the post, or community.