Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomParameter

CustomParameters are used to pass along settings, information, etc., that aren't exposed on the tableau-viz element. CustomParameters will override attributes, or filters, set on the tableau-viz element.

  • <tableau-viz id="tableauViz">
    <custom-parameter name="parameter-name" value="parameter-value"></custom-parameter>
    </tableau-viz>

Hierarchy

  • CustomParameter

Index

Properties

Properties

name

name: string

Name of the parameter to be set.

value

value: string

Valid value for the parameter being set.