Tableau Embedding API
    Preparing search index...

    Interface RangeDomain

    The domain of range filter

    interface RangeDomain {
        max: DataValue;
        min: DataValue;
        type: FilterDomainType;
    }
    Index

    Properties

    Properties

    Maximum value as specified in the domain.

    Minimum value as specified in the domain.

    the domain type (relevant, all)