Components

ConfigContextProvider

<ConfigContextProvider />

Constructor

# <ConfigContextProvider />

The ConfigContextProvider loads the application config using the initialiseApplication function from the AppInitialiser. The config is then made available to the rest of the application through the context provider.

Properties:
Name Type Description
basePath string

Base path of the application (e.g. App-specific hosting URL)

children *

React child components that the context has been wrapped around

View Source services/ConfigManager.tsx, line 16