0

Is there a way (maybe an event or something we can subscribe to) to acknowledge inside a self implemented widget, whenever this or another widget is removed from the dashboard?

Vinh Tran
  • 13
  • 4

1 Answers1

0

There is nothing like an event you can subscribe to. In the end there will always be a PUT request to update the dashboard object whenever it changes. Maybe you can utilize that.

TyrManuZ
  • 2,039
  • 1
  • 14
  • 23