API Reference > ui-components > Breadcrumb > BreadcrumbDetailsProps BreadcrumbDetailsProps Interface Beta Properties for the BreadcrumbDetails component Extends CommonProps Properties Name Type Description columns undefined | ColumnDescription[] onChildrenLoaded undefined | (parent: TreeNodeItem, children: TreeNodeItem[]) => void Callback triggered when child node is loaded with an asynchronous dataProvider. onRootNodesLoaded undefined | (nodes: TreeNodeItem[]) => void Callback triggered when root nodes are loaded with an asynchronous dataProvider. path BreadcrumbPath Path data object shared by Breadcrumb component renderTable undefined | (props: TableProps, node: TreeNodeItem | undefined, children: TreeNodeItem[]) => React.ReactNode Inherited properties Name Type Inherited from Description className undefined | string ClassNameProps Custom CSS class name style undefined | React.CSSProperties CommonProps Custom CSS style properties Defined in ui/components/src/ui-components/breadcrumb/breadcrumbdetails/BreadcrumbDetails.tsx Line 25 Last Updated: 13 June, 2024