Home > @xoram/core > ApplicationOptions
ApplicationOptions interface
Optional configuration options for an application.
Signature:
typescript
export interface ApplicationOptions
1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | A name to identify an application in error messages and dev tools. | ||
(error: unknown) => void | Invoked when an error is caught by the application. |