import { contexts } from '@broadleaf/admin-components';
const { AuthContext } = contexts;
contexts
import { contexts } from '@broadleaf/admin-components';
const { AuthContext } = contexts;
Component Name | Description |
---|---|
|
The context used for providing the user and authentication state to the Admin application.
This context is initialized in |
|
The context used for providing the current global catalog state to the Admin application.
This context is initialized & managed in |
|
The context used for providing the current set of change summaries associated with the sandboxable view to the Admin application.
This context is initialized & managed in |
|
The context used for providing the current set of metadata component routes to the Admin application.
This context is initialized in |
|
The context used for storing various settings for developer tools, which are only available during development mode.
This context is initialized & managed in |
|
The context used for providing the current and available locales for the application.
This context is initialized in |
|
The context used for providing the default locale and allowed locales for the data within the resource services.
This context is initialized & managed in |
|
The context used for providing the metadata state for the current view.
This context is initialized & managed in |
|
The context used for providing the sandbox state with the current active sandbox and available sandboxes to the Admin application.
This context is initialized & managed in |
|
The contexts used for providing the state of executable sandbox operations within sandboxable views.
These contexts are initialized & managed in |
|
The context used for providing the current tenant state with tenant and application information to the Admin application.
This context is initialized & managed in |
|
The context used for providing the toast state and actions such as adding or removing toasts to the Admin application.
This context is initialized & managed in |
|
The context used for providing the state for the |
|
The context used for providing user access information & dispatching actions that change the user access state to the Admin application.
This context is initialized & managed in |