sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

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

React component to be rendered as context menu

ContextMenu will be used if not provided

Parameters

ParameterType
contextMenuPropsContextMenuProps

Returns

JSX.Element


isBreadcrumbsDetached

isBreadcrumbsDetached?: boolean

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

Last Updated: