mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[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:
parent
f46a6309bd
commit
047d11ea13
12 changed files with 807 additions and 41 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue