kibana/examples
Corey Robertson b645fec8b8
[Dashboard] Move all dashboard extract/inject into persistable state (#96095)
* Move all dashboard inject/extract to be part of embeddable persistable state

* Fixes typescript errors

* Remove comments

* Fixes test

* API Doc changes

* Fix integration tests

* Fix functional testS

* Fix unit tests

* Update Dashboard plugin API to get dashboard embeddable renderer

* Fix Types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-12 12:25:03 -04:00
..
bfetch_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
dashboard_embeddable_examples [Dashboard] Move all dashboard extract/inject into persistable state (#96095) 2021-04-12 12:25:03 -04:00
developer_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
embeddable_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
embeddable_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
expressions_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
routing_example Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
search_examples [Partial Results] Move inspector adapter integration into search source (#96241) 2021-04-09 18:29:15 +03:00
state_containers_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
ui_action_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
ui_actions_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
url_generators_examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
url_generators_explorer Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----