Panel plugin: Any tutorial about how module.js works?

Please, any links to understand how module.js works

Have you checked out any of the plugin tutorials?

In general, it exports an instance of a panel or data source plugin and will typically not contain too much logic. Is there any specifics you’d like to know?

Sure, I did. But it’s too simple and not deep enough. Does exist some document focused on all module.js features? Like multiple components for diferent cases, even listeners etc

You can see the current guides on plugin development here:

If you have any specific questions that you can’t find the answer to, let me know and I’ll try to answer them and update the docs.

  1. Multiple components for different cases. Do you mean for example using different query editors based on a custom condition? Could you give an example?
  2. Event listeners. Support for events is still lacking in the new React platform, but it’s being worked on. For more information, check out this PR.