Options
All
  • Public
  • Public/Protected
  • All
Menu

Module view/App

Functions

Const App

  • App(): Element
  • Main React Component of the project, representing the whole application. It also handles routing according to the URL.

    Returns Element

Const CommunicationProviders

  • CommunicationProviders(__namedParameters: object): Element
  • Helper React Component which returns given children components, wrapped into all providers needed for access to important contexts.

    Parameters

    • __namedParameters: object
      • children: undefined | null | string | number | false | true | object | ReactElement<any, string | function | object> | ReactNodeArray | ReactPortal

    Returns Element

    Received children wrapped into important provider components

Generated using TypeDoc