kibana/examples/expressions_explorer
Luke Elmers b6287708f6
Adds AGPL 3.0 license (#192025)
Updates files outside of x-pack to be triple-licensed under Elastic
License 2.0, AGPL 3.0, or SSPL 1.0.
2024-09-06 19:02:41 -06:00
..
public Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kibana.jsonc Set correct ownership of older app-services code (#168209) 2023-10-09 18:57:26 +02:00
README.md [examples] expressions explorer (#88344) 2021-01-22 19:52:47 +01:00
tsconfig.json [EuiProvider] Fix Gis-Presentation-Visualization code (#183875) 2024-05-22 13:28:36 -07: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.