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
breadcrumbsComponent?: ComponentType< DrilldownBreadcrumbsProps >
React component to be rendered as breadcrumbs
DrilldownBreadcrumbs will be used if not provided
contextMenuComponent
contextMenuComponent?: (contextMenuProps) => JSX.Element
React component to be rendered as context menu
ContextMenu will be used if not provided
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