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
showTotals?: boolean