- Preparing search index...
- The search index is not available
Documentation
- ChatFlatList(props: Omit<FlatListProps<SendbirdMessage>, "onEndReached"> & {
onBottomReached: (() => void);
onScrolledAwayFromBottom: ((value: boolean) => void);
onTopReached: (() => void);
} & RefAttributes<FlatList<any>>): null | ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: Omit<FlatListProps<SendbirdMessage>, "onEndReached"> & {
onBottomReached: (() => void);
onScrolledAwayFromBottom: ((value: boolean) => void);
onTopReached: (() => void);
} & RefAttributes<FlatList<any>>
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.