[Embeddable] Provide a Redux store adapter for the embeddable input (#136319)

* Add embeddable store factory
* Update embeddable storybook to use store instead of input updates
* Fix embeddable implementation to initialize observables before the constructor
* Add Redux store documentation
* Add missing navigation link to the embeddables documentation
This commit is contained in:
Michael Dokolin 2022-08-18 16:27:22 +02:00 committed by GitHub
parent f46a6309bd
commit 047d11ea13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 807 additions and 41 deletions

View file

@ -14,6 +14,7 @@ If you are planning to integrate with the plugin, please get in touch with the A
## Capabilities
- Framework-agnostic API.
- Out-of-the-box React support.
- Integration with Redux.
- Integration with the [UI Actions](https://github.com/elastic/kibana/tree/HEAD/src/plugins/ui_actions) plugin.
- Hierarchical structure to enclose multiple widgets.
- Error handling.