kibana/examples/embeddable_examples
Nathan Reese 678b53a1a7
[embeddable] update DefaultPresentationPanelApi to define parentApi as unknown (#218668)
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>
2025-04-22 08:54:50 -06:00
..
public [embeddable] update DefaultPresentationPanelApi to define parentApi as unknown (#218668) 2025-04-22 08:54:50 -06:00
kibana.jsonc [Embeddable rebuild] Add panel placement registry (#182120) 2024-05-02 06:27:20 -07:00
README.md [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
tsconfig.json [Embeddable] EUI Visual Refresh Integration (#204452) 2024-12-19 10:12:09 -08:00

Embeddable examples

This example plugin exists to support the embeddable_explorer app.