Tableau Embedding API
    Preparing search index...

    Interface HierarchicalFilterDataValue

    A selected value in a hierarchical filter

    interface HierarchicalFilterDataValue {
        hierarchicalPath: string;
        level: number;
        value: DataValue;
    }
    Index

    Properties

    hierarchicalPath: string

    the path to this selected item. In the ByCategory example, the hierarchicalPath for a level 2 item could be '[Outdoor & Sporting].[Bikes].[Kids' Bikes]'.

    level: number

    the level of this selected item. In the ByCategory example, the level could be 0-4. For '[Outdoor & Sporting].[Bikes].[Kids' Bikes]', the level is 2.

    value: DataValue

    the DataValue of the seleted item