src/app/core/services/config/config.ts
Interface representing the global configuration options.
Properties |
|
| baseHref |
baseHref:
|
Type : string
|
| Optional |
|
Base URL for the application. |
| cancelRegistration |
cancelRegistration:
|
Type : function
|
| Optional |
|
Function to cancel registration. |
| collisionsEndpoint |
collisionsEndpoint:
|
Type : string
|
| Optional |
|
Endpoint for collision detection. |
| consortium |
consortium:
|
Type : string
|
| Optional |
|
Name of the consortium. |
| editRegistration |
editRegistration:
|
Type : Record<string | unknown>
|
| Optional |
|
Configuration for editing registration. |
| fetchPreviousRegistrations |
fetchPreviousRegistrations:
|
Type : function
|
| Optional |
|
Function to fetch previous registrations. |
| homeUrl |
homeUrl:
|
Type : string
|
| Optional |
|
URL for the home page. |
| organ |
organ:
|
Type : OrganConfig | string
|
| Optional |
|
Configuration for the organ or a string representing the organ. |
| organOptions |
organOptions:
|
Type : string[]
|
| Optional |
|
Options for organ selection. |
| register |
register:
|
Type : function
|
| Optional |
|
Function to register data. |
| registrationStarted |
registrationStarted:
|
Type : boolean
|
| Optional |
|
Flag indicating if registration has started. |
| skipUnsavedChangesConfirmation |
skipUnsavedChangesConfirmation:
|
Type : boolean
|
| Optional |
|
Flag to skip confirmation for unsaved changes. |
| useDownload |
useDownload:
|
Type : boolean
|
| Optional |
|
Flag indicating if download functionality is used. |
| user |
user:
|
Type : literal type
|
| Optional |
|
User information. |