projects/components/widgets/navigation/breadcrumb/src/breadcrumb.component.doc.ts
The wmBreadcrumb component defines the Breadcrumb widget.
Methods |
Inputs |
onBeforenavigate | ||||||||||||
onBeforenavigate(widget: any, $item: any)
|
||||||||||||
Callback function is triggered before the page is redirected.
Parameters :
Returns :
void
|
class |
Type : string
|
Class of the widget. |
dataset |
Type : any
|
Set this property to a data source to construct the breadcrumb. Bindable: |
itemchildren |
Type : string
|
Children for the breadcrumb item. Bindable: |
itemicon |
Type : string
|
Class for the icon in the breadcrumb item. Bindable: |
itemid |
Type : string
|
This property should be the mapped to the page name so that the breadcrumb path is generated when the page is loaded. Bindable: |
itemlabel |
Type : string
|
Label for the breadcrumb item. Bindable: |
itemlink |
Type : string
|
Link for the breadcrumb item. Bindable: |
name |
Type : string
|
Name of the Breadcrumb. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the breadcrumb widget on the web page. Bindable: |