Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelAttributeOptions

An interface for setting and getting channel attribute options.

Hierarchy

  • ChannelAttributeOptions

Index

Properties

Optional enableNotificationToChannelMembers

enableNotificationToChannelMembers: undefined | false | true

Indicates whether or not to notify all channel members of a channel attribute change. This flag is valid only within the current method call:

  • true: Notify all channel members of a channel attribute change.
  • false: (Default) Do not notify all channel members of a channel attribute change.