[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [isSavedObjectEmbeddableInput](./kibana-plugin-plugins-embeddable-public.issavedobjectembeddableinput.md)
## isSavedObjectEmbeddableInput() function
Signature:
```typescript
export declare function isSavedObjectEmbeddableInput(input: EmbeddableInput | SavedObjectEmbeddableInput): input is SavedObjectEmbeddableInput;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| input | EmbeddableInput | SavedObjectEmbeddableInput
| |
Returns:
`input is SavedObjectEmbeddableInput`