mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* wip * review follow up * make ACTION a prefix, not SUFFIX * fix path * add warnings about casting to ActionType * Make context an object in examples, not a string * require object context, which seems to fix the partial requirement in type and thus the type issue * mistake Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
public | ||
kibana.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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
.