Interface OpenChannelMutedParticipantsModule
Hierarchy
- OpenChannelMutedParticipantsModule
Properties
Header
Type declaration
onPressHeaderLeft: (() => void)
List
List: CommonComponent<{ ListEmptyComponent?: ReactElement<any, string | JSXElementConstructor<any>>; mutedParticipants: RestrictedUser[]; onLoadNext: (() => void); renderUser: ((props) => null | ReactElement<any, string | JSXElementConstructor<any>>); }> Type declaration
Optional
ListEmptyComponent?: ReactElement<any, string | JSXElementConstructor<any>>
mutedParticipants: RestrictedUser[]
onLoadNext: (() => void)
renderUser: ((props) => null | ReactElement<any, string | JSXElementConstructor<any>>)
- (props): null | ReactElement<any, string | JSXElementConstructor<any>>
Parameters
props: {
user: RestrictedUser;
}
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
StatusError
Type declaration
onPressRetry: (() => void)