kibana/examples/expressions_explorer
Michael Dokolin 0d9825d03c
[Expressions] Remove the any type usages (#113477)
* 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 18:30:10 +02:00
..
public [Expressions] Remove the any type usages (#113477) 2021-10-04 18:30:10 +02:00
kibana.json
README.md
tsconfig.json

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.