-
Notifications
You must be signed in to change notification settings - Fork 1
Module: traits::Application
Jovan Gerodetti edited this page Apr 14, 2021
·
3 revisions
exported: default
kind: object
declaration: const
Type: Function
kind: value
Type: Function
kind: value
Type: string
kind: value
Name of the application, other components can identify it.
Type: string
kind: value
The current version of the application.
Type: Function
kind: value
Initializes the application when bootstrapping.
terminate(reason) => {undefined}
Type: Function
kind: function
Emits a termination notice on the object. This is intended to notify sub components about the termination of the application.
| Name | Type | Description |
|---|---|---|
| reason | string |