global-context/services/infrastructure/global-context-navigation.service.ts
Interface defining the structure of a global context instance. Contains both the ActionBar configuration and metadata about the current route context.
Properties |
| actionBarItem |
actionBarItem:
|
Type : ActionBarItem
|
|
ActionBar item configuration for rendering the global context component |
| source |
source:
|
Type : RoutePath | null
|
|
Source route path that created this instance |
| sourceId |
sourceId:
|
Type : string | null
|
|
Unique identifier for the source (e.g., dashboard ID) |