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