ChannelGroupEditedEvent
ChannelGroupEditedEvent =
object
Event payload emitted when a visible channel group's properties or permissions change.
Properties
channelGroupPermission?
optionalchannelGroupPermission:ChannelPermission
Your code's computed permissions on this channel group. Contains boolean flags indicating which actions your code can perform. Only included when your code's permissions on this channel group changed; undefined if only other properties (like the name) were edited.
communityId
communityId:
CommunityGuid
The ID of the community containing the channel group.
id
id:
ChannelGroupGuid
The ID of the edited channel group.
name
name:
string
The current display name of the channel group.
roleOrMemberIds?
optionalroleOrMemberIds:RoleOrMemberGuid[]
Array of role or member IDs that have explicit access rules on this channel group.