Skip to main content

CommunityPermissionEditedHandler

CommunityPermissionEditedHandler = (evt: CommunityPermission) => void

Callback invoked when community-wide permissions change as a side effect of an API operation. Receives the updated CommunityPermission. Passed via the eventHandlers parameter on methods that can trigger permission changes. This handler runs last, after all channel and channel group handlers have completed.

Parameters

ParameterType
evtCommunityPermission

Returns

void