Interface OpenChannelBannedUsersModule
Hierarchy
- OpenChannelBannedUsersModule
Properties
Header
Type declaration
onPressHeaderLeft: (() => void)
List
List: CommonComponent<{ ListEmptyComponent?: ReactElement<any, string | JSXElementConstructor<any>>; bannedUsers: RestrictedUser[]; onLoadNext: (() => Promise<void>); renderUser: ((props) => null | ReactElement<any, string | JSXElementConstructor<any>>); }> Type declaration
Optional
ListEmptyComponent?: ReactElement<any, string | JSXElementConstructor<any>>
bannedUsers: RestrictedUser[]
onLoadNext: (() => Promise<void>)
- (): Promise<void>
Returns Promise<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)