Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple tree based model with children and properties

To create a model object decorated with tree/property behavior:

/**
** my model constructor
**/
function MyModelThing(id) {
    var ModelBase = require('modelModule').ModelBase;
    var that = ModelBase(config.id);

    that.someMethod = function() {

    }

    return that;
}

About

A model module for river

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages