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