Michael DeWulf
11/27/2024, 9:28 PMIvana Gasparekova
11/27/2024, 9:41 PMdrillableItem
.
More details and examples can be found here.Michael DeWulf
11/27/2024, 9:53 PMIvana Gasparekova
11/29/2024, 9:46 PMMichael DeWulf
11/29/2024, 10:11 PMKayden
11/29/2024, 11:42 PMdata:
, don't navigate to the url, instead trigger an event and pass the url data along)Michael DeWulf
11/29/2024, 11:47 PM<Dashboard>
component. The directions I see are about adding an event listener for the "listeningForDrillableItems" event, and responding to that. However, I never see this event generated (no "gdc" events, period). I see plenty of other react events.
Looking at the Typescript types for the dashboard component led me to add "enableKPIDashboardDrillToURL" as a prop, but it's still not working.Kayden
11/30/2024, 12:51 AMeventHandlers
prop (takes DashboardEventHandler<any>[]
). For drillToURL in particular, { eval: isDashboardDrillToCustomUrlResolved, handler: yourDrillToURLCallback }
. Pretty sure I just found that by sleuthing the code/types, too, though.Michael DeWulf
11/30/2024, 7:09 PM