src/core/smart-config.service.ts
Properties |
|
constructor(config: SmartConfigOptions)
|
||||||
|
Parameters :
|
| appInitialized |
Default value : false
|
| Optional breadcrumbNavigation |
Type : boolean
|
|
If set to true, the app will display a breadcrumb navigation trail. If used in conjuction with the mdiInterface flag, the breadcrumb trail will be displayed in each opened tab. |
| Optional cancelLoginURL |
Type : string
|
| Optional catalogURI |
Type : string
|
|
The URI that should be used for retreiving JSDO catalogs. Defaults to the serviceURI. |
| Optional componentDefaults |
Type : literal type
|
| Optional credentials |
Type : ISmartServiceCredentials
|
|
The credentials to be used by the Smart Service Adapter when creating a JSDO Session. |
| Optional defaultRoute |
Type : string
|
|
If set, the app will navigate to the given route on initialization. |
| Optional development |
Type : boolean
|
| Optional enableRippleEffect |
Type : boolean
|
| Optional fallbackBrowserTitle |
Type : string
|
|
Fallback browser title to display if an invalid smart-route has been specified |
| Optional fallbackComponent |
Type : any
|
|
If set, the user will be re-directed to this component when the form component that the user is navigating to, is not implemented yet |
| Optional globalValues |
Type : literal type
|
| Optional handleHttpErrors |
Type : boolean
|
| Optional htmlURI |
Type : string
|
| Optional imageURI |
Type : string
|
|
The base URI that should be used when fetching images. Defaults to the serviceURI. |
| Optional keycloakSettings |
Type : literal type
|
|
Keycloak configuration options |
| Optional loginComponent |
Type : any
|
|
If set, it will replace the built-in Smart Login component when rendering the login screen. |
| Optional mdiInterface |
Type : boolean
|
|
If set to true, the app will use a MDI interface. |
| Optional menuStructureCode |
Type : string
|
|
The structure code that the Smart Menu should use when requesting it's structure. |
| Optional moduleCode |
Type : string
|
|
The module code to be used by when requesting data such as the Smart Menu Structure. |
| Optional secureableSettings |
Type : literal type
|
|
Secureable configuration options |
| serviceURI |
Type : string
|
|
The serviceURI that should be used when initializing new JSDOs. |
| Optional showSingleBreadcrumb |
Type : boolean
|
| Optional smartControllers |
Type : Array<any>
|
|
The Smart Controllers that should be loaded. Include here the controllers that will be used by Smart Forms. |
| Optional smartRestURI |
Type : string
|
|
The URI that should be used for all REST requests. Defaults to the serviceURI. |
| Optional templateURI |
Type : string
|
|
The base URI that should be used when fetching templates for templated components such as Smart Forms. Defaults to the serviceURI. |