Tableau Embedding API
    Preparing search index...

    Interface CategoricalDomain

    The domain of a categorical filter

    interface CategoricalDomain {
        type: FilterDomainType;
        values: DataValue[];
    }
    Index

    Properties

    Properties

    the domain type (relevant, all)

    values: DataValue[]

    the list of values in the domain of the filter