Skip to main content
Version: 1.x

Interface: IBreadcrumbProps

molecule.component.IBreadcrumbProps

Hierarchy

  • HTMLElementProps

    IBreadcrumbProps

Indexable

[key: string]: any

Properties

className

Optional className: string

Inherited from

HTMLElementProps.className

Defined in

common/types.ts:4


role

Optional role: string

Inherited from

HTMLElementProps.role

Defined in

common/types.ts:5


routes

routes: IBreadcrumbItemProps[]

Defined in

components/breadcrumb/index.tsx:23


separator

Optional separator: ReactNode

Defined in

components/breadcrumb/index.tsx:24


style

Optional style: CSSProperties

Inherited from

HTMLElementProps.style

Defined in

common/types.ts:3


title

Optional title: string

Inherited from

HTMLElementProps.title

Defined in

common/types.ts:2

Methods

onClick

Optional onClick(event, item?): void

Parameters

NameType
eventMouseEvent<Element, MouseEvent>
item?IBreadcrumbItemProps

Returns

void

Defined in

components/breadcrumb/index.tsx:25