lemmy-js-client
Preparing search index...
CommunityView
Type Alias CommunityView
A community view.
type
CommunityView
=
{
can_mod
:
boolean
;
community
:
Community
;
community_actions
?:
CommunityActions
;
post_tags
:
TagsView
;
}
Index
Properties
can_
mod
community
community_
actions?
post_
tags
Properties
can_
mod
can_mod
:
boolean
community
community
:
Community
Optional
community_
actions
community_actions
?:
CommunityActions
post_
tags
post_tags
:
TagsView
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can_
mod
community
community_
actions
post_
tags
lemmy-js-client
Loading...
A community view.