Tableau Embedding API
    Preparing search index...

    Interface PulseFiltersChangedEvent

    Event which is triggered when the Pulse filters change

    interface PulseFiltersChangedEvent {
        fieldNames: string[];
        getFiltersAsync(): Promise<PulseFilter[]>;
    }
    Index

    Methods

    Properties

    Methods

    • Returns Promise<PulseFilter[]>

      The PulseFilter array associated with the event containing the filters that were changed

    Properties

    fieldNames: string[]

    The names of the fields being filtered