Hierarchy

  • OpenChannelOperatorsModule

Properties

Header: CommonComponent<{
    onPressHeaderLeft: (() => void);
    onPressHeaderRight: (() => void);
}>

Type declaration

  • onPressHeaderLeft: (() => void)
      • (): void
      • Returns void

  • onPressHeaderRight: (() => void)
      • (): void
      • Returns void

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)
      • (): void
      • Returns void

  • operators: User[]
  • renderUser: ((props) => null | ReactElement<any, string | JSXElementConstructor<any>>)
      • (props): null | ReactElement<any, string | JSXElementConstructor<any>>
      • Parameters

        • props: {
              user: User;
          }
          • user: User

        Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Provider: CommonComponent<{
    channel: OpenChannel;
}>

Type declaration

  • channel: OpenChannel
StatusEmpty: CommonComponent
StatusError: CommonComponent<{
    onPressRetry: (() => void);
}>

Type declaration

  • onPressRetry: (() => void)
      • (): void
      • Returns void

StatusLoading: CommonComponent

Generated using TypeDoc