Interface: BreadcrumbItemConfig
Defined in: components/Breadcrumb/index.tsx:8
Properties
href?
optionalhref?:string
Defined in: components/Breadcrumb/index.tsx:12
The URL for the link.
label
label:
ReactNode
Defined in: components/Breadcrumb/index.tsx:10
The text or custom elements for the item's label.
onClick?
optionalonClick?: (e) =>void
Defined in: components/Breadcrumb/index.tsx:14
Click event handler.
Parameters
e
MouseEvent<HTMLAnchorElement | HTMLSpanElement>
Returns
void