Hierarchy

  • GroupChannelListModule

Properties

Header: CommonComponent<{}>
List: CommonComponent<{
    flatListProps?: Omit<FlatListProps<GroupChannel>, "data" | "renderItem">;
    groupChannels: GroupChannel[];
    menuItemCreator?: ((defaultMenuItem: ActionMenuItem) => ActionMenuItem);
    onLoadNext: (() => Promise<void>);
    renderGroupChannelPreview: ((channel: GroupChannel, onLongPressChannel: (() => void)) => null | ReactElement<any, string | JSXElementConstructor<any>>);
}>
Provider: CommonComponent<{}>
StatusEmpty: CommonComponent<{}>
StatusLoading: CommonComponent<{}>
TypeSelector: CommonComponent<{
    onSelectType: ((type: GroupChannelType) => void);
    skipTypeSelection: boolean;
}>

Generated using TypeDoc