Question: Is it possible to close the menu from a plugin?
llleodeleon opened this issue · 0 comments
llleodeleon commented
Hello @Kritarie ,
I created a sample plugin and I would like to close the Hyperion menu from it (after I execute an action)
I see that the PluginExtension
interface has a HyperionMenu
interface which contains the state of the menu. and that the core library contains the implementation on the HyperionMenuLayout
.
Is it possible to close the menu from a plugin?