# Type alias DrilldownWidgetConfig

DrilldownWidgetConfig: object

An object that allows users to pass advanced configuration options as a prop for the DrilldownWidget component

# Type declaration

breadcrumbsComponent?: ComponentType< DrilldownBreadcrumbsProps >

React component to be rendered as breadcrumbs

DrilldownBreadcrumbs will be used if not provided


# contextMenuComponent

contextMenuComponent?: (contextMenuProps) => JSX.Element

Boolean to override default breadcrumbs location and instead only return them as a property of the 'children' function

# Parameters

Parameter Type
contextMenuProps ContextMenuProps

# Returns

JSX.Element


# isBreadcrumbsDetached

isBreadcrumbsDetached?: boolean

Boolean to override default breadcrumbs location and instead only return them as a property of the 'children' function