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