Add documentation regarding updates

This commit is contained in:
Connor Christie
2018-01-01 10:38:00 -06:00
parent 80b84212cc
commit 7bb11d6436
2 changed files with 17 additions and 1 deletions

View File

@@ -230,11 +230,12 @@ notificationReceived: function(notification, payload, sender) {
}
````
**Note:** the system sends two notifications when starting up. These notifications could come in handy!
**Note:** the system sends three notifications when starting up. These notifications could come in handy!
- `ALL_MODULES_STARTED` - All modules are started. You can now send notifications to other modules.
- `DOM_OBJECTS_CREATED` - All dom objects are created. The system is now ready to perform visual changes.
- `MODULE_DOM_CREATED` - This module's dom has been fully loaded. You can now access your module's dom objects.
#### `socketNotificationReceived: function(notification, payload)`