Hello. I’m looking to use the Plugin API with my Widget? My widget include multiple instances of the widget, each with a dynamic number inside. From reading the docs, it’s recommended that I use the Plugin API to manage the numbers (they will update if widgets are deleted / added).
However, I’m completely stuck just creating a bridge between the widget and the plugin API. Does anybody know any resources / sample to see how it looks like (just a simple console.log would do)? Or just at least how to think about creating the bridge.