mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
740 B
740 B
Home > kibana-plugin-plugins-embeddable-public > isSavedObjectEmbeddableInput
isSavedObjectEmbeddableInput() function
Signature:
export declare function isSavedObjectEmbeddableInput(input: EmbeddableInput | SavedObjectEmbeddableInput): input is SavedObjectEmbeddableInput;
Parameters
Parameter | Type | Description |
---|---|---|
input | EmbeddableInput | SavedObjectEmbeddableInput |
Returns:
input is SavedObjectEmbeddableInput