Interface CustomParameter
Properties
name
name: string
Defined in packages/api-external-contract-js/src/ExternalContract/Embedding/VizInterfaces.ts:713
value
value: string
Defined in packages/api-external-contract-js/src/ExternalContract/Embedding/VizInterfaces.ts:718
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
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>