Skip to content

Commit

Permalink
updates generated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Nov 18, 2019
1 parent 25c332f commit d64f550
Show file tree
Hide file tree
Showing 18 changed files with 1,140 additions and 1,325 deletions.
256 changes: 126 additions & 130 deletions docs/development/core/public/kibana-plugin-public.md

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/development/core/public/kibana-plugin-public.mountpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [kibana-plugin-public](./kibana-plugin-public.md) &gt; [MountPoint](./kibana-plugin-public.mountpoint.md)

## MountPoint type

A function that should mount DOM content inside the provided container element and return a handler to unmount it.

<b>Signature:</b>

```typescript
export declare type MountPoint<T extends HTMLElement = HTMLElement> = (element: T) => UnmountCallback;
```

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

## OverlayStart.flyouts property

[OverlayFlyoutStart](./kibana-plugin-public.overlayflyoutstart.md)

<b>Signature:</b>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export interface OverlayStart
| Property | Type | Description |
| --- | --- | --- |
| [banners](./kibana-plugin-public.overlaystart.banners.md) | <code>OverlayBannersStart</code> | [OverlayBannersStart](./kibana-plugin-public.overlaybannersstart.md) |
| [flyouts](./kibana-plugin-public.overlaystart.flyouts.md) | <code>OverlayFlyoutStart</code> | [OverlayFlyoutStart](./kibana-plugin-public.overlayflyoutstart.md) |
| [modals](./kibana-plugin-public.overlaystart.modals.md) | <code>OverlayModalStart</code> | [OverlayModalStart](./kibana-plugin-public.overlaymodalstart.md) |
| [flyouts](./kibana-plugin-public.overlaystart.flyouts.md) | <code>OverlayFlyoutStart</code> | |
| [modals](./kibana-plugin-public.overlaystart.modals.md) | <code>OverlayModalStart</code> | |
| [openFlyout](./kibana-plugin-public.overlaystart.openflyout.md) | <code>OverlayFlyoutStart['open']</code> | |
| [openModal](./kibana-plugin-public.overlaystart.openmodal.md) | <code>OverlayModalStart['open']</code> | |

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

## OverlayStart.modals property

[OverlayModalStart](./kibana-plugin-public.overlaymodalstart.md)

<b>Signature:</b>

Expand Down
Loading

0 comments on commit d64f550

Please sign in to comment.