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