mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-19 23:40:00 +02:00
add docs on coreapi
This commit is contained in:
@ -231,12 +231,12 @@ namespace OS {
|
||||
*/
|
||||
export namespace announcer {
|
||||
/**
|
||||
* The global announcer object tha manages global events
|
||||
* The global announcer object that manages global events
|
||||
* and callbacks
|
||||
*/
|
||||
export var observable: API.Announcer = new API.Announcer();
|
||||
/**
|
||||
* This variable is used to allocate the `id` of message
|
||||
* This variable is used to allocate the `id` of all messages
|
||||
* passing between publishers and subscribers in the
|
||||
* system announcement
|
||||
*/
|
||||
|
Reference in New Issue
Block a user