kibana/examples/ui_action_examples
Tyler Smalley baf56d80c4
[7.x] Updating the License (#88343) (#88745)
* Updating the Licenses, except for applying eslint, building

* Applying ESLint rules,building @kbn/pm, regenerating api docs

Co-authored-by: kobelb <brandon.kobel@elastic.co>
2021-01-19 17:54:11 -08:00
..
public [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
kibana.json
README.md
tsconfig.json Add TS projects for src/plugins & x-pack/plugins (#78440) (#78946) 2020-09-30 17:10:04 +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.