mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
ee5dbdcfb2
commit
d1df426889
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ An aggregate list of available UiExport types:
|
|||
| hacks | Any module that should be included in every application
|
||||
| visTypes | Modules that register providers with the `ui/registry/vis_types` registry.
|
||||
| inspectorViews | Modules that register custom inspector views via the `viewRegistry` in `ui/inspector`.
|
||||
| chromeNavControls | Modules that register providers with the `ui/registry/chrome_nav_controls` registry.
|
||||
| navbarExtensions | Modules that register providers with the `ui/registry/navbar_extensions` registry.
|
||||
| docViews | Modules that register providers with the `ui/registry/doc_views` registry.
|
||||
| chromeNavControls | Modules that register providers with the `ui/registry/chrome_header_nav_controls` registry.
|
||||
| navbarExtensions | Modules that register providers with the setup contract of the `navigation` plugin.
|
||||
| docViews | Modules that register providers with the setup contract method `addDocView` of the `discover` plugin.
|
||||
| app | Adds an application to the system. This uiExport type is defined as an object of metadata rather than just a module id.
|
||||
|=======================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue