Skip to content

Commit c44775b

Browse files
committed
merge
1 parent 215d6be commit c44775b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/plugins/embeddable/public/plugin.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ export interface EmbeddableStart {
8484
embeddableFactoryId: string
8585
) => EmbeddableFactory<I, O, E> | undefined;
8686
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>;
8794

8895
/**
8996
* Given {@link ChartActionContext} returns a list of `data` plugin {@link Filter} entries.

0 commit comments

Comments
 (0)