Tableau Embedding API
    Preparing search index...

    Interface PulseThemeProperty

    The attributes of the child elements.

    interface PulseThemeProperty {
        name: string;
        type: null | string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the theme parameter to be set.

    type: null | string

    Optional type of theme parameter being set.

    value: string

    Value for the theme parameter being set.