Core
Core objects are what provide logical structure to web apps.
Core References
Below are a reference to all core objects:
BaseContainer
The base container is intended to be used by extending it on the creation of new Screens, Devices, Instruments, Elements and any thing else that needs to have access to base utility functions on the class instance.
Device
The device is a container used to group together all a device's displays and actuators.
DeviceDisplay
Creates the structural layout of a singular screen that makes up a Device and acts as a container that holds instruments.
Instrument
An instrument is a device that displays some data. Instruments have sprites has a base image and animating elements are used to show some state.
Screen
The screen is the top-most level container that holds all devices.