mirror of
https://github.com/elastic/kibana.git
synced 2025-06-29 03:24:45 -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