kibana/examples/expressions_explorer
Michael Dokolin 74a4adc481
[Expressions] Remove the any type usages (#113477) (#113799)
* Update ESLint config to disallow usage of the any type
* Remove the any type usages from the expressions plugin
* Update plugins using expressions according to the updated public API
2021-10-04 17:48:18 -04:00
..
public [Expressions] Remove the any type usages (#113477) (#113799) 2021-10-04 17:48:18 -04:00
kibana.json Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
README.md
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00

expressions explorer

This example expressions explorer app shows how to:

  • to run expression
  • to render expression output
  • emit events from expression renderer and handle them

To run this example, use the command yarn start --run-examples.