Skip to main content

Interface: BreadcrumbItemConfig

Defined in: components/Breadcrumb/index.tsx:8

Properties

href?

optional href?: 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?

optional onClick?: (e) => void

Defined in: components/Breadcrumb/index.tsx:14

Click event handler.

Parameters

e

MouseEvent<HTMLAnchorElement | HTMLSpanElement>

Returns

void