Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebComponentLocalSettings

User supplied options that do not get passed as request parameters to load a Tableau viz, Tableau askdata

Hierarchy

Index

Properties

Properties

Optional height

height: string | number

Represents height in pixels Can be any valid CSS size specifier. If not specified, defaults to the published height of the view.

Optional src

src: string | null

The viz src

Optional width

width: string | number

Represents width in pixels Can be any valid CSS size specifier. If not specified, defaults to the published width of the view.