Create panel on the current dashboard from a react plugin

Hello,
is there a way in a plugin written in react to access a service grafana to add a new panel in the current dashboard ?

That’s what I would like to do:
I have a plugin react that I wrote, it works very well.
This plugin contains a table, when I click on one of the values ​​of the table, I would like to add a panel related to one of my plugins in the current dashboard.

I tried a lot of solutions …
of which @grafana/runtime to try to get back the dashboard iud to go through:
/Api/dashboards/db
but I did not manage to get it back…

Someone have a solution?