packages/base/src/lib/eui-models/eui-config/eui-config.ts
EuiConfig is the main configuration object for the EUI library. It is used to provide the configuration to the EUI library. The EUI library uses the configuration to initialize the services and components.
Properties |
| appConfig |
appConfig:
|
Type : EuiAppConfig
|
|
The appConfig contains the global configuration and the modules' configuration. |
| environment |
environment:
|
Type : EuiEnvConfig
|
|
The environment contains the environment specific configuration. |