- Preparing search index...
 
- The search index is not available
 
Documentation 
 
Function GroupChannelListList
 
- GroupChannelListList(__namedParameters: { 
    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>>); 
}): Element 
- 
Parameters
- 
__namedParameters: { 
    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>>); 
}
- 
Optional flatListProps?: Omit<FlatListProps<GroupChannel>, "data" | "renderItem">
 
- 
groupChannels: GroupChannel[]
 
- 
Optional menuItemCreator?: ((defaultMenuItem: ActionMenuItem) => ActionMenuItem)
- 
- (defaultMenuItem: ActionMenuItem): ActionMenuItem
 
- 
Parameters
- 
defaultMenuItem: ActionMenuItem
 
 
Returns ActionMenuItem
 
 
 
- 
onLoadNext: (() => Promise<void>)
- 
- (): Promise<void>
 
- 
Returns Promise<void>
 
 
 
- 
renderGroupChannelPreview: ((channel: GroupChannel, onLongPressChannel: (() => void)) => null | ReactElement<any, string | JSXElementConstructor<any>>)
- 
- (channel: GroupChannel, onLongPressChannel: (() => void)): null | ReactElement<any, string | JSXElementConstructor<any>>
 
- 
Parameters
- 
channel: GroupChannel
 
- 
onLongPressChannel: (() => void)
 
 
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
 
 
 
 
 
Returns Element
 
 
 
 
Prop from Fragment *