Home > @xoram/core > Application
Application interface
An application instance as returned by `createApp`.
Signature:
typescript
export interface Application
1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
boolean | Is the application still active ? | ||
| string | The name of the application, will be useful when debugging if you have more than one application in a given environment. | |
| Partial<ApplicationOptions> | The | |
| Readonly<Prettify<ServiceCollection>> | The services registered on the application, usable by plugins. |