BreadcrumbDataModel
Interface
Represents the BreadcrumbDataModel object type.
Definition
Package:@progress/kendo-vue-layout
Properties
icon?
VNode<RendererNode, RendererElement, { [key: string]: any }>
Represents the icon used inside the BreadcrumbLink component.
id?
string
Represents the id of the dataItems object.
Used for setting the key of the BreadcrumbListItem component and the id of the BreadcrumbLink component.
svgIcon?
VNode<RendererNode, RendererElement, { [key: string]: any }>
Represents the svgIcon used inside the BreadcrumbLink component.
text?
string
Represents the text used inside the BreadcrumbLink component.