SI_BREADCRUMB_RESOLVER_SERVICE Type documentation¶
Variable Injection token to provide your own SiBreadcrumbResolverService implementation.
|
---|
Types Documentation¶
Service interface to resolve the breadcrumb items on the base of a route. | ||||||
---|---|---|---|---|---|---|
|
Item that should be displayed in a breadcrumb. As input, we expect an optional title and link, which can be an URL or array of URL segments. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
|
Property A function that will be invoked when clicking on the menu item. When passed as a string, use together with SiLinkActionService to receive events. This is meant for repetitive things in lists/tables/etc. |
---|
Property A boolean that lets the link know whether it is disabled or not. |
---|
href? Property Defines a href URI that the menu item will be linked to. Will be used to set the href attribute of the a element. Will only be used if link and function is not set. |
---|
Property A boolean that lets the link know whether it is active or not. It is useful when action() is executed instead of link route. |
---|
link? Property Defines the link of the menu item within the application using the angular router link concept. Accepts an array of any as per [routerLink API definition] https://angular.dev/api/router/RouterLink . |
---|
Property The navigation extras provide additional routing options when using the router link. |
---|
Property The target attribute specifies where to open the linked document. If no target is specified, the link will open in the current tab. |
---|
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
---|
Property The optional tooltip of the link. Can be either the text to be displayed or the translation key. |
---|
Translatable import imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.