kibana/examples/ui_action_examples
Brandon Kobel 170a2956c8
Updating the License (#88343)
* Updating the Licenses, except for applying eslint, building

* Applying ESLint rules,building @kbn/pm, regenerating api docs
2021-01-19 17:52:56 -08:00
..
public Updating the License (#88343) 2021-01-19 17:52:56 -08:00
kibana.json
README.md
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.