• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
      • Overview
      • Getting Started
      • ActionSheet
      • AppBar
      • Avatar
      • BottomNavigation
      • Breadcrumb
      • Card
      • Drawer
      • ExpansionPanel
      • GridLayout
      • Menu
      • Context Menu
      • PanelBar
      • Splitter
      • StackLayout
      • TabStrip
      • Stepper
      • TileLayoutupdated
      • Timeline
      • Globalization
      • API
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

BreadcrumbLinkProps

Represents the properties of [BreadcrumbLink](% slug api_layout_breadcrumblink %) component.

NameTypeDefaultDescription

ariaCurrent?

boolean

Sets the aria-current value.

className?

string

Sets additional classes to the BreadcrumbLink.

dir?

string

The Breadcrumb direction ltr or rtl.

disabled?

boolean

Determines the disabled mode of the BreadcrumbLink. If true, the component is disabled.

icon?

React.ReactNode

Represents the icon of the BreadcrumbLink component.

iconClass?

string

Represents the iconClass of the BreadcrumbLink component.

id?

string

Sets the id property of the top div element of the BreadcrumbLink.

onItemSelect?

(event: BaseEvent<BreadcrumbLinkHandle>) => void

Represents the onItemSelect event. Triggered after click on the BreadcrumbLink item.

onKeyDown?

(event: BaseEvent<BreadcrumbLinkHandle>) => void

Represents the onKeyDown event. Triggered after key down on the BreadcrumbLink item.

style?

React.CSSProperties

Sets additional classes to the BreadcrumbLink.

tabIndex?

number

Sets the tabIndex attribute to the BreadcrumbLink.

text?

string

Represents the text of the BreadcrumbLink component.