Hierarchy

  • GroupChannelListModule

Properties

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

Generated using TypeDoc