API
API reference for DAM Image Component
import { BwcBreadcrumbModule } from '@aviato/components/breadcrumb';
Component
BwcBreadcrumb
BwcBreadcrumb component component is used for nested navigation, with each item acting as a link.
selector: bwc-breadcrumb
Properties
Name |
Description |
---|---|
@Input() breadcrumbInput: BwcBreadcrumbItemType[] |
Object Required parameter. Array of object of type BwcBreadcrumbItemType: { href?: string, // optional - path as url string routerLink?: string, // optional - path as router string label: string, // Label text for breadcrumb list item } |
Examples