kibana/examples/expressions_explorer
2022-10-28 14:06:46 -05:00
..
public Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
kibana.json Upgrade EUI to v41.0.0 (#117242) 2021-11-18 12:29:51 -06:00
README.md [examples] expressions explorer (#88344) 2021-01-22 19:52:47 +01:00
tsconfig.json [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05: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.