Hi @Anonymous
Maybe you can make use of context.updatedProperties that are passed with the updateView method.
This is documented in the sdk, but is not really documented what can be the content of this Array of strings.
I've made a short check, and saw that:
- after change the view selector you get : ["layout"]
- after change the filter: ["dataSetGrid", "parameters"] or ["dataSetGrid", "parameters", "dataset"]
- after refresh button: ["dataSetGrid", "parameters"]
- after open a chart: ["layout", "dataSetGrid", "parameters", "dataset"]
Also there are a lot calls with empty array passed in between.
I think is not very safe to rely on this, is depends what you need to do, but maybe it helps.
Best regards,
Diana