Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Visualization

export
interface

Visualization

Hierarchy

  • Visualization

Index

Properties

Optional connector

connector: string

The data connector to use (e.g. 'qlikSense')

memberof

Visualization

Optional docId

docId: string

The identifier of the visualization's parent document (e.g. Qlik Sense app, Sisense dashboard) in the data platform

memberof

Visualization

Optional filterSets

filterSets: Array<ReportTaskFilterSets>

Array of objects denoting filter sets to apply to the report task

memberof

Visualization

Optional height

height: number

The target height of the returned image

memberof

Visualization

Optional isSheet

isSheet: boolean

Indicates whether the visualization is a sheet (Qlik Sense specific)

memberof

Visualization

Optional isTransparent

isTransparent: boolean

Returns a PNG visualization image with a transparent background if supported by the connector

memberof

Visualization

Optional selections

selections: Array<ReportTaskCustomSelection>

Custom filters to apply. This field will be updated entirely if provided

memberof

Visualization

Optional variables

variables: Array<ReportTaskVariables>
memberof

Visualization

Optional vizId

vizId: string

The identifier of the visualization in the data platform

memberof

Visualization

Optional width

width: number

The target width of the returned image

memberof

Visualization

Generated using TypeDoc