src/core/smart-navigation.service.ts
Properties |
|
Optional asWindow |
Type : boolean
|
If set to true, the Smart Form will be displayed as a Modal Window. |
Optional modalOptions |
Type : literal type
|
Optional settings that apply when the Smart Form is opened in a modal dialog |
Optional paramMap |
Type : any
|
Path parameters that should be used when compiling the route to navigate to, for example { CustNum: 123 } would result in the URL "/customer/:CustNum/orders" being translated to "/customer/123/orders". |
Optional relativeTo |
Type : ActivatedRoute
|
Optional routeParams |
Type : any
|
Optional sameTab |
Type : boolean
|
Indicates whether navigation should occur within the context of the currently displayed SmartTab. Only relevant if the application uses the MDI interface. |