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.

model Module

Defined in: ts/model/Route.ts:1

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.

This module provides the following classes: