Tableau Embedding API
    Preparing search index...

    Interface PulseFilter

    An abstract base class for all of the Pulse filter types.

    interface PulseFilter {
        fieldName: string;
        filterType: FilterType;
        metricId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fieldName: string

    The name of the field being filtered. Note that this is the caption as shown in the UI, and not the actual database field name.

    filterType: FilterType

    The type of the filter.

    metricId: string

    The Pulse metric ID.