Breadcrumb Properties

Hierarchy

  • IBaseProps
    • IBreadcrumbProps

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      • obj: any

      Returns void

className?: string

Custom class names.

el?: HTMLElement

The element to render the component to.

items?: IBreadcrumbItem[]

The breadcrumb items

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

Type declaration

    • (item?, ev?): void
    • Click event for the link

      Parameters

      Returns void

Generated using TypeDoc