kibana/examples
Nathan Reese 4ce78bc9dd
[Maps] clean up uses of any in redux actions and kibana services (#79737) (#80000)
* [Maps] clean up uses of any in redux actions and kibana services

* API doc changes and updated IndexPatternSelect type

* tslint errors in OSS code

* API updates

* remove IndexPatternSelectPublicProps and create IndexPatternSelectInternalProps instead

* include changes to index_pattern_select

* API updates

* remove savedObjectClient from IndexPatternSelectProps

* update types for lazy load component

* remove unused import

* export type

* another API clean-up

* revert changes to import in data/public/types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-08 09:28:54 -06:00
..
bfetch_explorer Add TS projects for src/plugins & x-pack/plugins (#78440) (#78946) 2020-09-30 17:10:04 +02:00
dashboard_embeddable_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
developer_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
embeddable_examples Refactor attribute service (#78414) (#79621) 2020-10-06 14:53:09 +01:00
embeddable_explorer Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
routing_example Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
search_examples [Maps] clean up uses of any in redux actions and kibana services (#79737) (#80000) 2020-10-08 09:28:54 -06:00
state_containers_examples Add TS projects for src/plugins & x-pack/plugins (#78440) (#78946) 2020-09-30 17:10:04 +02:00
ui_action_examples Add TS projects for src/plugins & x-pack/plugins (#78440) (#78946) 2020-09-30 17:10:04 +02:00
ui_actions_explorer Add TS projects for src/plugins & x-pack/plugins (#78440) (#78946) 2020-09-30 17:10:04 +02:00
url_generators_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
url_generators_explorer Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
README.asciidoc Add a few asciidoc readmes (#72082) (#72290) 2020-07-20 10:17:33 -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
----