Type Alias ExportDataOptions

type ExportDataOptions = {
    showSelections?: boolean;
    showTitles?: boolean;
    showTotals?: boolean;
}
Index

Properties

showSelections?: boolean

Show the Selections Applied to the Visualization in the artifact produced

showTitles?: boolean

Show Visualization Title, SubTitle, Footnote in the artifact produced

showTotals?: boolean

Show Visualization Totals in the artifact produced