Context providers
ClientsProvider
React Context Provider, useful to provide clients. Allows underlying Components to communicate with their target server(s).
IsPresentingProvider
Provides whether the user has entered presentation mode. Allows the underlying Components to know whether they should show edition capabilities.
PluginsProvider
Plugins Context provider. Necessary to define the widgets that can be displayed as well as all other types of plugins.
ThemeProvider
Theme Context provider. Accepts a partial Theme and adds defaults where needed to provide a full one.
UserGroupNamesProvider
React Context Provider, useful to provide the UserGroupNames. Allows underlying components to access the provided user group names.
UserNamesProvider
React Context Provider, useful to provide the UserNames. Allows underlying components to access the provided user names.
UserProvider
React Context Provider, useful to provide the current User. Allows underlying components to access the current user's information.