mirror of
https://github.com/elastic/kibana.git
synced 2025-06-30 03:53:20 -04:00
22 lines
740 B
Markdown
22 lines
740 B
Markdown
<!-- 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) > [isSavedObjectEmbeddableInput](./kibana-plugin-plugins-embeddable-public.issavedobjectembeddableinput.md)
|
|
|
|
## isSavedObjectEmbeddableInput() function
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare function isSavedObjectEmbeddableInput(input: EmbeddableInput | SavedObjectEmbeddableInput): input is SavedObjectEmbeddableInput;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| input | <code>EmbeddableInput | SavedObjectEmbeddableInput</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`input is SavedObjectEmbeddableInput`
|
|
|