- Preparing search index...
- The search index is not available
Documentation
Interface OpenChannelOperatorsModule
Hierarchy
- OpenChannelOperatorsModule
Properties
Header
Header
: CommonComponent<{ onPressHeaderLeft
: (() => void); onPressHeaderRight
: (() => void); }>
List
List
: CommonComponent<{ ListEmptyComponent
?: ReactElement<any, string | JSXElementConstructor<any>>; onLoadNext
: (() => void); operators
: User[]; renderUser
: ((props
: { user
: User; }) => null | ReactElement<any, string | JSXElementConstructor<any>>); }>