mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
## Summary - Removes `UiComponent` and its usages. - Fixes UI Actions TypeScript types. ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Anton Dosov <dosantappdev@gmail.com> Co-authored-by: Dima Arnautov <arnautov.dima@gmail.com> |
||
---|---|---|
.. | ||
public | ||
kibana.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
.