We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948a412 commit c5b5fedCopy full SHA for c5b5fed
index.ts
@@ -15,3 +15,7 @@ export function registerAPI(name: string, api: any, plugin: Plugin) {
15
delete window['PluginApi'][name];
16
});
17
}
18
+
19
+export function pluginApi(name: string) {
20
+ return window['PluginApi'][name];
21
+}
0 commit comments