navPanelRouterOutletSubscribe
Examples
# Subscribe a nav panel to a router outlet
kind: RouterOutlet
frame: my-home-frame
source: my-outlet
Object properties
Name |
Type |
Required |
kind |
Constant: RouterOutlet |
yes |
frame |
string |
yes |
source |
string |
yes |
- Object with the following properties:
kind
(required): Constant RouterOutlet
- Subscribe to the a router outlet to highlight nav items with matching frame names
frame
(required): string
- The frame name that the router outlet you wish to subscribe to lives
source
(required): string
- The router outlet name, this is the same name as provided to the frame contents