packages/components/eui-breadcrumb/item/breadcrumb-item.model.ts
Properties |
|
Accessors |
| id |
Type : string
|
|
A unique ID for each crumb linked to a page |
| label |
Type : string
|
|
The label of the crumb |
| Optional navigationExtras |
Type : NavigationExtras
|
|
Extras for Angular Router |
| link | ||||||
getlink()
|
||||||
|
A URL link. Commands to pass to Router#createUrlTree.
Returns :
string | []
|
||||||
setlink(link: string | any[])
|
||||||
|
Parameters :
Returns :
void
|