drillableItems
Home > @gooddata/sdk-ui-dashboard > ChangeDrillableItemsPayload > drillableItems
ChangeDrillableItemsPayload.drillableItems property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Additional items that can enable drilling of the widgets. If the item (identifier/uri/predicate) matches attribute or measure in the widget, widget drilling will be enabled.
Signature:
readonly drillableItems: ExplicitDrill[];
Remarks
Note: These items has lower priority than the configured widget drills or drill down. You can disable configured widget drills and drill down by setting DashboardConfig disableDefaultDrills property to true.