Preparing search index...
The search index is not available
lemmy-js-client
lemmy-js-client
ModlogListParams
Interface ModlogListParams
interface
ModlogListParams
{
comment_id
?:
number
;
community_id
?:
number
;
hide_modlog_names
:
boolean
;
limit
?:
number
;
mod_person_id
?:
number
;
other_person_id
?:
number
;
page
?:
number
;
post_id
?:
number
;
}
Index
Properties
comment_
id?
community_
id?
hide_
modlog_
names
limit?
mod_
person_
id?
other_
person_
id?
page?
post_
id?
Properties
Optional
comment_
id
comment_
id
?:
number
Optional
community_
id
community_
id
?:
number
hide_
modlog_
names
hide_
modlog_
names
:
boolean
Optional
limit
limit
?:
number
Optional
mod_
person_
id
mod_
person_
id
?:
number
Optional
other_
person_
id
other_
person_
id
?:
number
Optional
page
page
?:
number
Optional
post_
id
post_
id
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
comment_
id
community_
id
hide_
modlog_
names
limit
mod_
person_
id
other_
person_
id
page
post_
id
lemmy-js-client
Loading...