Variable
| Static Public Summary | ||
| public |
Singleton Clock instance. |
|
| public |
Singleton Display instance. |
|
| public |
The list of available locales. |
|
| public |
|
|
| public |
Singleton Navigation instance. |
|
| public |
Your project's package configuration. |
|
| public |
Singleton Socket instance. |
|
Static Public
public locales: Array<string> source
import {locales} from '@mixer/cdk'The list of available locales. This is populated when the build is run
with the cdk-webpack-plugin and contains the files in the configured locale
folder. For example, this might be set to ['en', 'es'] if you have English
and Spanish translation files.
public log: {"debug": function, "info": function, "warn": function, "error": function} source
import {log} from '@mixer/cdk'log has methods to capture messages from your controls. These'll be
exposed in the miix UI, and we will continue to build further telemetry
around them.
public navigation: Navigation source
import {navigation} from '@mixer/cdk'Singleton Navigation instance.
public packageConfig: IPackageConfig source
import {packageConfig} from '@mixer/cdk'Your project's package configuration.
