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

Hierarchy

  • GroupChannelSettingsContextsType

Properties

Properties

Fragment: Context<{
    channel: GroupChannel;
    headerRight: string;
    headerTitle: string;
    onPressHeaderRight: (() => void);
}>

Type declaration

  • channel: GroupChannel
  • headerRight: string
  • headerTitle: string
  • onPressHeaderRight: (() => void)
      • (): void
      • Returns void

Generated using TypeDoc