Function HCESessionProvider

  • React Context wrapper for HCESession class - provider.

    Use it to provide the singleton instance of HCESession to React application instead of calling getInstance manually. The provider will not render the children until the HCESession class will not be properly picked or created.

    Parameters

    • props: { children?: ReactNode }
      • Optional children?: ReactNode
    • Optional context: any

    Returns null | ReactElement<any, any>

Generated using TypeDoc