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

Hierarchy

  • GroupChannelListContextsType

Properties

Fragment: Context<{
    headerTitle: string;
}>

Type declaration

  • headerTitle: string
TypeSelector: Context<{
    headerTitle: string;
    hide: (() => void);
    show: (() => void);
    visible: boolean;
}>

Type declaration

  • headerTitle: string
  • hide: (() => void)
      • (): void
      • Returns void

  • show: (() => void)
      • (): void
      • Returns void

  • visible: boolean

Generated using TypeDoc