Interface: IBreadcrumbProps
molecule.component.IBreadcrumbProps
Hierarchy
HTMLElementProps
↳
IBreadcrumbProps
Indexable
▪ [key: string
]: any
Properties
className
• Optional
className: string
Inherited from
HTMLElementProps.className
Defined in
role
• Optional
role: string
Inherited from
HTMLElementProps.role
Defined in
routes
• routes: IBreadcrumbItemProps
[]
Defined in
src/components/breadcrumb/index.tsx:23
separator
• Optional
separator: ReactNode
Defined in
src/components/breadcrumb/index.tsx:24
style
• Optional
style: CSSProperties
Inherited from
HTMLElementProps.style
Defined in
title
• Optional
title: string
Inherited from
HTMLElementProps.title
Defined in
Methods
onClick
▸ Optional
onClick(event
, item?
): void
Parameters
Name | Type |
---|---|
event | MouseEvent <Element , MouseEvent > |
item? | IBreadcrumbItemProps |
Returns
void