mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
DefaultPresentationPanelApi should define parentApi as unknown. `ReactEmbeddableRenderer` renders panels with `PresentationPanel`. `PresentationPanel` takes `api: DefaultPresentationPanelApi` as a prop and `DefaultPresentationPanelApi` should not define ParentApi type more precisely then its defined in `ReactEmbeddableRenderer`. `ReactEmbeddableRenderer` defines parent as `ParentApi extends HasSerializedChildState<SerializedState> = HasSerializedChildState<SerializedState>`. --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
public | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Embeddable examples
This example plugin exists to support the embeddable_explorer
app.