Type alias GroupChannelNotificationsContextsType

GroupChannelNotificationsContextsType: { Fragment: React.Context<{ channel: SendbirdGroupChannel; headerTitle: string }> }

Internal context for GroupChannelNotifications For example, the developer can create a custom header with getting data from the domain context

Type declaration

  • Fragment: React.Context<{ channel: SendbirdGroupChannel; headerTitle: string }>

Generated using TypeDoc