Tableau Embedding API
    Preparing search index...

    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.

    • 
      
    ```
    interface CustomParameter {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the parameter to be set.

    value: string

    Valid value for the parameter being set.