kibana/examples/ui_action_examples
Brandon Kobel 4584a8b570
Elastic License 2.0 (#90099)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00
..
public Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json
README.md Ui Actions explorer example (#57006) 2020-02-11 09:08:47 -05:00
tsconfig.json Add TS projects for src/plugins & x-pack/plugins (#78440) 2020-09-30 15:02:41 +02:00

Ui actions examples

These ui actions examples shows how to:

  • Register new actions
  • Register custom triggers
  • Attach an action to a trigger

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