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 215d6be commit c44775bCopy full SHA for c44775b
src/plugins/embeddable/public/plugin.tsx
@@ -84,6 +84,13 @@ export interface EmbeddableStart {
84
embeddableFactoryId: string
85
) => EmbeddableFactory<I, O, E> | undefined;
86
getEmbeddableFactories: () => IterableIterator<EmbeddableFactory>;
87
+ getAttributeService: <
88
+ A,
89
+ V extends EmbeddableInput & { attributes: A },
90
+ R extends SavedObjectEmbeddableInput
91
+ >(
92
+ type: string
93
+ ) => AttributeService<A, V, R>;
94
95
/**
96
* Given {@link ChartActionContext} returns a list of `data` plugin {@link Filter} entries.
0 commit comments