Tableau Embedding API
    Preparing search index...

    Interface PulseCategoricalDomain

    The domain of a Pulse categorical filter

    interface PulseCategoricalDomain {
        nextPageToken: undefined | string;
        totalAvailable: number;
        type: FilterDomainType;
        values: PulseFieldValueArray;
    }
    Index

    Properties

    nextPageToken: undefined | string

    The next page token returned by Pulse when additional values are available. Provide this token to getDomainAsync to get the next page of values.

    totalAvailable: number

    The total available number of values in the domain of the filter.

    The domain type (relevant, database)

    The list of values in the domain of the filter