Tableau Embedding API
    Preparing search index...

    Interface FilterOptions

    Passed into the applyFilter methods to control advanced filtering options.

    interface FilterOptions {
        isExcludeMode: boolean;
    }
    Index

    Properties

    Properties

    isExcludeMode: boolean

    Determines whether the filter will apply in exclude mode or include mode. The default is include, which means that you use the fields as part of a filter. Exclude mode means that you include everything else except the specified fields.