Type alias PivotTableSelectableDrilldownOptions
PivotTableSelectableDrilldownOptions:
object
Configuration for the pivot table drilldown with initial target and selections defined
Type declaration
drilldownPaths
drilldownPaths?: (Attribute | Hierarchy | HierarchyId)[]
Dimensions and hierarchies available for drilldown on
drilldownSelections
drilldownSelections: DrilldownSelection[]
Current selections for multiple drilldowns
drilldownTarget
drilldownTarget: Attribute | DataOptionLocation
Current pivot table data option target for the drilldown
Can be either:
- An
Attributedirectly (when you know the specific attribute to target) - A
DataOptionLocation(when you need to reference a data option by its position in the data options structure)