Vizpad-related actionTypes
Learn how to use actionTypes to interact with Vizpads—apply filters, resolutions, and fetch Business View columns using embedding postMessage commands.
Was this helpful?
Was this helpful?
telliusFrame.postMessage({
actionType: "getAllFiltersApplied"
}, "*");telliusFrame.postMessage({
actionType: "getVizpadFiltersApplied"
}, "*");telliusFrame.postMessage({
actionType: "getVizFiltersApplied"
}, "*");telliusFrame.postMessage({
actionType: "getBusinessViewColumns"
}, "*");telliusFrame.postMessage({
actionType: "getResolutionApplied"
}, "*");telliusFrame.postMessage({
actionType: "resolution",
vizId: "ID_of_Viz",
resolution: "monthly",
}, "*");telliusFrame.postMessage({
actionType: "resolution",
resolution: "monthly",
}, "*");