Custom Plugin Development : Send events and parameters to other Panel Plugins

Hi ,

I am trying to develop a streaming analytics platform and chosen grafana as analytics UI. In order to avoid multiple portals , I decided to use Grafana as a adminstrative portal . That’s why I need to have some custom configuration panel whereas users can define their own event types.

Assume that I will have a panel where event types of that user will be listed and another panel for editting event types.Whenever an event type is selected in the list, event type edit panel will fill its fields with that selected event type.It is like a portlet behaviour.

Is it possible to send parameter or share variables? Also triggering an event in other panel plugin ?

Thanks