extensions-api icon indicating copy to clipboard operation
extensions-api copied to clipboard

How to catch page changed event?

Open uraxurax opened this issue 6 years ago • 2 comments

I'm using pages shelf in my worksheet. https://help.tableau.com/current/pro/desktop/en-us/buildmanual_shelves.htm#pages-shelf

So I call addEventListener() because I want to detect the page changed event. https://tableau.github.io/extensions-api/docs/trex_events.html

However, I cannot detect it even if I use all event types. I used following code to check the detection.

  • Samples/Filtering : FilterChanged
  • Samples/Parameters : ParameterChanged
  • Samples/UINamespace-sandboxed : SettingsChanged
  • Tutorial\Part_6 : MarkSelectionChanged

So I want to confirm whether current extension API support page changed event.

uraxurax avatar Sep 12 '19 01:09 uraxurax

Unfortunately, the API doesn't yet support page changed events. It is definitely on my wish list. John

johnDance avatar Sep 13 '19 18:09 johnDance

Dear John Dance,

Thank you for your comment. I understand the current status.

Regards, Uraxurax

uraxurax avatar Sep 14 '19 07:09 uraxurax

We now support dashboard layout changed events.

johnDance avatar Oct 06 '22 17:10 johnDance