Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBreadcrumbProps<IBaseObj>

Breadcrumb Properties

Type parameters

  • IBaseObj

Hierarchy

  • IBaseProps
    • IBreadcrumbProps

Index

Properties

Optional assignTo

assignTo: (obj: IBaseObj) => void

Assigns the object to the input parameter.

Type declaration

    • (obj: IBaseObj): void
    • Parameters

      • obj: IBaseObj

      Returns void

Optional className

className: string

Custom class names.

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional items

items: Array<IBreadcrumbItem>

The breadcrumb items

Optional onClick

onClick: (item?: IBreadcrumbItem, ev?: Event) => void

Click event for the link

Type declaration

Generated using TypeDoc