BreadcrumbLinkProps
Represents the properties of BreadcrumbLink component.
Definition
Package:@progress/kendo-react-layout
Properties
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?
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?
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.