Vizpad-related actionTypes
Learn how to use actionTypes to interact with Vizpads—apply filters, resolutions, and fetch Business View columns using embedding postMessage commands.
A partial list of actionTypes supported
Getting the list of columns in a Business View
{
columns: ["list_of_columns"],
columnNames: ["list_of_columnNames"],
actionType: "BVCOLUMNS",
}Applying resolution
To a Viz
To a Vizpad
Was this helpful?