BreadcrumbProps Interface
Beta
Properties for Breadcrumb component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| background | undefined | false | true | Whether to show white background and border. | |
| dataProvider | TreeDataProvider | Data provider for tree content | |
| delimiter | undefined | string | Character used to separate discrete tree nodes in Breadcrumb text mode. | |
| dropdownOnly | undefined | false | true | Disable plain-text input for the breadcrumb navigation. | |
| initialBreadcrumbMode | undefined | BreadcrumbMode | Which BreadcrumbMode to initially start with. | |
| initialCurrent | undefined | TreeNodeItem | Initial current node | |
| 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. | |
| parentsOnly | undefined | false | true | Whether to disallow navigation to leaf nodes (nodes with no children). | |
| path | undefined | BreadcrumbPath | Manager to coordinate state between Breadcrumb element and BreadcrumbDetails element. | |
| showUpDir | undefined | false | true | Whether to show up-dir directory pop button on the left. | |
| staticOnly | undefined | false | true | Static breadcrumb element. | |
| width | number | string | Width in pixels, if number, and in specified css units, if string. |
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
Last Updated: 08 January, 2020