packages/base/src/lib/eui-models/eui-store/state/app.state.ts
Properties |
|
[key: string]:
|
| apiQueue |
apiQueue:
|
Type : ApiQueue
|
| Optional |
| connected |
connected:
|
Type : boolean
|
| Optional |
|
flag to indicate if the application is online/offline. Default: true |
| currentModule |
currentModule:
|
Type : string
|
| Optional |
| loadedConfigModules |
loadedConfigModules:
|
Type : LoadedConfigModules
|
| Optional |
| status |
status:
|
Type : string
|
| Optional |
| version |
version:
|
Type : string
|
| Optional |