forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Embeddables: basic documentation (elastic#78900)
- Loading branch information
Showing
259 changed files
with
5,290 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) | ||
|
||
## API Reference | ||
|
||
## Packages | ||
|
||
| Package | Description | | ||
| --- | --- | | ||
| [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) | | | ||
|
11 changes: 11 additions & 0 deletions
11
...s/embeddable/public/kibana-plugin-plugins-embeddable-public.action_add_panel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [ACTION\_ADD\_PANEL](./kibana-plugin-plugins-embeddable-public.action_add_panel.md) | ||
|
||
## ACTION\_ADD\_PANEL variable | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
ACTION_ADD_PANEL = "ACTION_ADD_PANEL" | ||
``` |
11 changes: 11 additions & 0 deletions
11
.../embeddable/public/kibana-plugin-plugins-embeddable-public.action_edit_panel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [ACTION\_EDIT\_PANEL](./kibana-plugin-plugins-embeddable-public.action_edit_panel.md) | ||
|
||
## ACTION\_EDIT\_PANEL variable | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
ACTION_EDIT_PANEL = "editPanel" | ||
``` |
13 changes: 13 additions & 0 deletions
13
...t/plugins/embeddable/public/kibana-plugin-plugins-embeddable-public.adapters.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Adapters](./kibana-plugin-plugins-embeddable-public.adapters.md) | ||
|
||
## Adapters interface | ||
|
||
The interface that the adapters used to open an inspector have to fullfill. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface Adapters | ||
``` |
24 changes: 24 additions & 0 deletions
24
.../public/kibana-plugin-plugins-embeddable-public.addpanelaction._constructor_.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [AddPanelAction](./kibana-plugin-plugins-embeddable-public.addpanelaction.md) > [(constructor)](./kibana-plugin-plugins-embeddable-public.addpanelaction._constructor_.md) | ||
|
||
## AddPanelAction.(constructor) | ||
|
||
Constructs a new instance of the `AddPanelAction` class | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
constructor(getFactory: EmbeddableStart['getEmbeddableFactory'], getAllFactories: EmbeddableStart['getEmbeddableFactories'], overlays: OverlayStart, notifications: NotificationsStart, SavedObjectFinder: React.ComponentType<any>); | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| getFactory | <code>EmbeddableStart['getEmbeddableFactory']</code> | | | ||
| getAllFactories | <code>EmbeddableStart['getEmbeddableFactories']</code> | | | ||
| overlays | <code>OverlayStart</code> | | | ||
| notifications | <code>NotificationsStart</code> | | | ||
| SavedObjectFinder | <code>React.ComponentType<any></code> | | | ||
|
22 changes: 22 additions & 0 deletions
22
...ddable/public/kibana-plugin-plugins-embeddable-public.addpanelaction.execute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [AddPanelAction](./kibana-plugin-plugins-embeddable-public.addpanelaction.md) > [execute](./kibana-plugin-plugins-embeddable-public.addpanelaction.execute.md) | ||
|
||
## AddPanelAction.execute() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
execute(context: ActionExecutionContext<ActionContext>): Promise<void>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| context | <code>ActionExecutionContext<ActionContext></code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`Promise<void>` | ||
|
15 changes: 15 additions & 0 deletions
15
...public/kibana-plugin-plugins-embeddable-public.addpanelaction.getdisplayname.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [AddPanelAction](./kibana-plugin-plugins-embeddable-public.addpanelaction.md) > [getDisplayName](./kibana-plugin-plugins-embeddable-public.addpanelaction.getdisplayname.md) | ||
|
||
## AddPanelAction.getDisplayName() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getDisplayName(): string; | ||
``` | ||
<b>Returns:</b> | ||
|
||
`string` | ||
|
15 changes: 15 additions & 0 deletions
15
...le/public/kibana-plugin-plugins-embeddable-public.addpanelaction.geticontype.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [AddPanelAction](./kibana-plugin-plugins-embeddable-public.addpanelaction.md) > [getIconType](./kibana-plugin-plugins-embeddable-public.addpanelaction.geticontype.md) | ||
|
||
## AddPanelAction.getIconType() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getIconType(): string; | ||
``` | ||
<b>Returns:</b> | ||
|
||
`string` | ||
|
11 changes: 11 additions & 0 deletions
11
.../embeddable/public/kibana-plugin-plugins-embeddable-public.addpanelaction.id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [AddPanelAction](./kibana-plugin-plugins-embeddable-public.addpanelaction.md) > [id](./kibana-plugin-plugins-embeddable-public.addpanelaction.id.md) | ||
|
||
## AddPanelAction.id property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
readonly id = "ACTION_ADD_PANEL"; | ||
``` |
22 changes: 22 additions & 0 deletions
22
...e/public/kibana-plugin-plugins-embeddable-public.addpanelaction.iscompatible.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [AddPanelAction](./kibana-plugin-plugins-embeddable-public.addpanelaction.md) > [isCompatible](./kibana-plugin-plugins-embeddable-public.addpanelaction.iscompatible.md) | ||
|
||
## AddPanelAction.isCompatible() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
isCompatible(context: ActionExecutionContext<ActionContext>): Promise<boolean>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| context | <code>ActionExecutionContext<ActionContext></code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`Promise<boolean>` | ||
|
34 changes: 34 additions & 0 deletions
34
...ins/embeddable/public/kibana-plugin-plugins-embeddable-public.addpanelaction.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [AddPanelAction](./kibana-plugin-plugins-embeddable-public.addpanelaction.md) | ||
|
||
## AddPanelAction class | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class AddPanelAction implements Action<ActionContext> | ||
``` | ||
## Constructors | ||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(getFactory, getAllFactories, overlays, notifications, SavedObjectFinder)](./kibana-plugin-plugins-embeddable-public.addpanelaction._constructor_.md) | | Constructs a new instance of the <code>AddPanelAction</code> class | | ||
## Properties | ||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [id](./kibana-plugin-plugins-embeddable-public.addpanelaction.id.md) | | <code></code> | | | ||
| [type](./kibana-plugin-plugins-embeddable-public.addpanelaction.type.md) | | <code></code> | | | ||
## Methods | ||
| Method | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [execute(context)](./kibana-plugin-plugins-embeddable-public.addpanelaction.execute.md) | | | | ||
| [getDisplayName()](./kibana-plugin-plugins-embeddable-public.addpanelaction.getdisplayname.md) | | | | ||
| [getIconType()](./kibana-plugin-plugins-embeddable-public.addpanelaction.geticontype.md) | | | | ||
| [isCompatible(context)](./kibana-plugin-plugins-embeddable-public.addpanelaction.iscompatible.md) | | | | ||
11 changes: 11 additions & 0 deletions
11
...mbeddable/public/kibana-plugin-plugins-embeddable-public.addpanelaction.type.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [AddPanelAction](./kibana-plugin-plugins-embeddable-public.addpanelaction.md) > [type](./kibana-plugin-plugins-embeddable-public.addpanelaction.type.md) | ||
|
||
## AddPanelAction.type property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
readonly type = "ACTION_ADD_PANEL"; | ||
``` |
11 changes: 11 additions & 0 deletions
11
...embeddable/public/kibana-plugin-plugins-embeddable-public.chartactioncontext.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [ChartActionContext](./kibana-plugin-plugins-embeddable-public.chartactioncontext.md) | ||
|
||
## ChartActionContext type | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare type ChartActionContext<T extends IEmbeddable = IEmbeddable> = ValueClickContext<T> | RangeSelectContext<T>; | ||
``` |
23 changes: 23 additions & 0 deletions
23
...dable/public/kibana-plugin-plugins-embeddable-public.container._constructor_.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Container](./kibana-plugin-plugins-embeddable-public.container.md) > [(constructor)](./kibana-plugin-plugins-embeddable-public.container._constructor_.md) | ||
|
||
## Container.(constructor) | ||
|
||
Constructs a new instance of the `Container` class | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
constructor(input: TContainerInput, output: TContainerOutput, getFactory: EmbeddableStart['getEmbeddableFactory'], parent?: Container); | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| input | <code>TContainerInput</code> | | | ||
| output | <code>TContainerOutput</code> | | | ||
| getFactory | <code>EmbeddableStart['getEmbeddableFactory']</code> | | | ||
| parent | <code>Container</code> | | | ||
|
23 changes: 23 additions & 0 deletions
23
...le/public/kibana-plugin-plugins-embeddable-public.container.addnewembeddable.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Container](./kibana-plugin-plugins-embeddable-public.container.md) > [addNewEmbeddable](./kibana-plugin-plugins-embeddable-public.container.addnewembeddable.md) | ||
|
||
## Container.addNewEmbeddable() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
addNewEmbeddable<EEI extends EmbeddableInput = EmbeddableInput, EEO extends EmbeddableOutput = EmbeddableOutput, E extends IEmbeddable<EEI, EEO> = IEmbeddable<EEI, EEO>>(type: string, explicitInput: Partial<EEI>): Promise<E | ErrorEmbeddable>; | ||
``` | ||
## Parameters | ||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| type | <code>string</code> | | | ||
| explicitInput | <code>Partial<EEI></code> | | | ||
<b>Returns:</b> | ||
`Promise<E | ErrorEmbeddable>` | ||
13 changes: 13 additions & 0 deletions
13
...embeddable/public/kibana-plugin-plugins-embeddable-public.container.children.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Container](./kibana-plugin-plugins-embeddable-public.container.md) > [children](./kibana-plugin-plugins-embeddable-public.container.children.md) | ||
|
||
## Container.children property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
protected readonly children: { | ||
[key: string]: IEmbeddable<any, any> | ErrorEmbeddable; | ||
}; | ||
``` |
23 changes: 23 additions & 0 deletions
23
...public/kibana-plugin-plugins-embeddable-public.container.createnewpanelstate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Container](./kibana-plugin-plugins-embeddable-public.container.md) > [createNewPanelState](./kibana-plugin-plugins-embeddable-public.container.createnewpanelstate.md) | ||
|
||
## Container.createNewPanelState() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
protected createNewPanelState<TEmbeddableInput extends EmbeddableInput, TEmbeddable extends IEmbeddable<TEmbeddableInput, any>>(factory: EmbeddableFactory<TEmbeddableInput, any, TEmbeddable>, partial?: Partial<TEmbeddableInput>): PanelState<TEmbeddableInput>; | ||
``` | ||
## Parameters | ||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| factory | <code>EmbeddableFactory<TEmbeddableInput, any, TEmbeddable></code> | | | ||
| partial | <code>Partial<TEmbeddableInput></code> | | | ||
<b>Returns:</b> | ||
`PanelState<TEmbeddableInput>` | ||
15 changes: 15 additions & 0 deletions
15
.../embeddable/public/kibana-plugin-plugins-embeddable-public.container.destroy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Container](./kibana-plugin-plugins-embeddable-public.container.md) > [destroy](./kibana-plugin-plugins-embeddable-public.container.destroy.md) | ||
|
||
## Container.destroy() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
destroy(): void; | ||
``` | ||
<b>Returns:</b> | ||
|
||
`void` | ||
|
22 changes: 22 additions & 0 deletions
22
...embeddable/public/kibana-plugin-plugins-embeddable-public.container.getchild.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Container](./kibana-plugin-plugins-embeddable-public.container.md) > [getChild](./kibana-plugin-plugins-embeddable-public.container.getchild.md) | ||
|
||
## Container.getChild() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getChild<E extends IEmbeddable>(id: string): E; | ||
``` | ||
## Parameters | ||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| id | <code>string</code> | | | ||
<b>Returns:</b> | ||
`E` | ||
15 changes: 15 additions & 0 deletions
15
...eddable/public/kibana-plugin-plugins-embeddable-public.container.getchildids.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Container](./kibana-plugin-plugins-embeddable-public.container.md) > [getChildIds](./kibana-plugin-plugins-embeddable-public.container.getchildids.md) | ||
|
||
## Container.getChildIds() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getChildIds(): string[]; | ||
``` | ||
<b>Returns:</b> | ||
|
||
`string[]` | ||
|
11 changes: 11 additions & 0 deletions
11
...beddable/public/kibana-plugin-plugins-embeddable-public.container.getfactory.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [Container](./kibana-plugin-plugins-embeddable-public.container.md) > [getFactory](./kibana-plugin-plugins-embeddable-public.container.getfactory.md) | ||
|
||
## Container.getFactory property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
protected readonly getFactory: EmbeddableStart['getEmbeddableFactory']; | ||
``` |
Oops, something went wrong.