Call a plugin from an extension #8126
Answered
by
akosyakov
mikael-desharnais
asked this question in
General
-
Hi, Is there a way to call a plugin API from an extension ? Following the documentation, I was able to do this between two plugins but using HostedPluginDeployerHandler I can get a lot of information concerning the plugin but not its exported API. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
akosyakov
Jul 2, 2020
Replies: 1 comment
-
You cannot access the exported API, but your plugin can register commands which can be called by an extension then and vice versa. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikael-desharnais
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot access the exported API, but your plugin can register commands which can be called by an extension then and vice versa.