lemmy-js-client
Preparing search index...
ModLockCommentView
Type Alias ModLockCommentView
When a moderator locks a comment (prevents replies to it or its children).
type
ModLockCommentView
=
{
comment
:
Comment
;
community
:
Community
;
mod_lock_comment
:
ModLockComment
;
moderator
?:
Person
;
other_person
:
Person
;
post
:
Post
;
}
Index
Properties
comment
community
mod_
lock_
comment
moderator?
other_
person
post
Properties
comment
comment
:
Comment
community
community
:
Community
mod_
lock_
comment
mod_lock_comment
:
ModLockComment
Optional
moderator
moderator
?:
Person
other_
person
other_person
:
Person
post
post
:
Post
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
community
mod_
lock_
comment
moderator
other_
person
post
lemmy-js-client
Loading...
When a moderator locks a comment (prevents replies to it or its children).