StructureJS

0.15.2

A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.

StructureJS Module

Defined in: ts/ObjectManager.ts:3

This module is a rollup of the following modules:

  • controller
    The ApplicationCacheService is a static class works with the window applicationCache object.
  • core
    The {{#crossLink "BaseObject"}}{{/crossLink}} class is an abstract class that provides common properties and functionality for all StructureJS classes.
  • event
    The ApplicationCacheEvent ....
  • geom
    The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.
  • model
    Base Model is a design pattern used to transfer data between software application subsystems. Note: If the data doesn't match the property names you can set the value manually after update super method has been called. Also in the class you inherit BaseModel from you can override the update method to handle the data how you want.
  • util
    A helper class to detect OS and browsers.
  • view
    The {{#crossLink "DOMElement"}}{{/crossLink}} class is the base view class for all objects that can be placed into the HTML DOM.