onBreadcrumbSelecteditemsChanged:(sender, args);
sender. Component that fired the event.
args. Event arguments.
The onBreadcrumbSelectedltemsChanged method creates event handler that processes changing selected items in breadcrumb chain.
To execute the example, create a service for working with time series (see Example of Creating the MetaAttributeBreadCrumb Component), and the following code must be added in the event handler that processes document opening:
console.log("Create an event of changing elements selected in breadcrumb"); console.log(metaAttributeBreadCrumb.onBreadcrumbSelectedltemsChanged());
After executing the example an event handler for change of breadcrumb chain items selection is created.
See also: