Skip to main content
Version: 1.x

Interface: IBreadcrumbItemProps

molecule.component.IBreadcrumbItemProps

Hierarchy

  • HTMLElementProps

    IBreadcrumbItemProps

Indexable

[key: string]: any

Properties

className

Optional className: string

Inherited from

HTMLElementProps.className

Defined in

common/types.ts:4


href

Optional href: string

Defined in

components/breadcrumb/index.tsx:14


icon

Optional icon: string | Element

Defined in

components/breadcrumb/index.tsx:16


id

id: UniqueId

Defined in

components/breadcrumb/index.tsx:13


name

Optional name: string

Defined in

components/breadcrumb/index.tsx:15


role

Optional role: string

Inherited from

HTMLElementProps.role

Defined in

common/types.ts:5


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

render

Optional render(item): ReactNode

Parameters

NameType
itemIBreadcrumbItemProps

Returns

ReactNode

Defined in

components/breadcrumb/index.tsx:17