mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* provide packageInfo to server plugins * provide env to kbn server * provide env to client plugins * update server mocks and tests * update client mocks and tests * add integration test * regen docs * remove weird file * export types for the client from special folder * env should not affect test ourcome
490 B
490 B
Home > kibana-plugin-server > PluginInitializerContext > env
PluginInitializerContext.env property
Signature:
env: {
mode: EnvironmentMode;
packageInfo: Readonly<PackageInfo>;
};