We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a3135 commit 8da07f9Copy full SHA for 8da07f9
src/plugins/dashboard/public/application/dashboard_app_controller.tsx
@@ -60,6 +60,7 @@ import {
60
ViewMode,
61
ContainerOutput,
62
EmbeddableInput,
63
+ SavedObjectEmbeddableInput,
64
} from '../../../embeddable/public';
65
import { NavAction, SavedDashboardPanel } from '../types';
66
src/plugins/embeddable/public/lib/state_transfer/types.ts
@@ -40,6 +40,7 @@ export function isEmbeddableEditorState(state: unknown): state is EmbeddableEdit
40
export interface EmbeddablePackageByReferenceState {
41
type: string;
42
id: string;
43
+ embeddableIdToReplace?: string;
44
}
45
46
/**
0 commit comments