Skip to main content

GlobalSettingsUpdateEvent

GlobalSettingsUpdateEvent = object

Event payload delivered when a community member changes any global setting value.

Properties

communityId

communityId: CommunityGuid

The ID of the community where the setting was changed.


current

current: GlobalSettings

The GlobalSettings state after the change.


previous

previous: GlobalSettings

The GlobalSettings state before the change. Use this to compare old and new values.