IWithFollowersBehavior
Followers behavior for Item-Backed Entities
Methods
| Method | Returns | Notes |
|---|---|---|
|
|
Promise<IGroup> |
Get the followers group |
|
|
Promise<void> |
Set the access level of the followers group |
|
|
Promise<void> |
Set whether or not the followers group is discussable |
setFollowersGroupAccess
Set the access level of the followers group
Parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
| access Required | SettableAccessLevel |
Returns
Promise<void>
setFollowersGroupIsDiscussable
Set whether or not the followers group is discussable
Parameters
Returns
Promise<void>
Interface defined in packages/common/src/core/behaviors/IWithFollowersBehavior.ts:7
Get the followers group