Page MenuHomeSealhub

channel.js
No OneTemporary

channel.js

var chip = require("./chip.js");
function channel(parent_module_path, name){
this.name = name;
this.longid = "channel."+name;
this.default_configuration = {};
Sealious.ChipManager.add_chip("channel", this.name, this, parent_module_path);
}
channel.prototype = new chip();
channel.is_a_constructor = false;
module.exports = channel;

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 09:08 (8 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
971370
Default Alt Text
channel.js (340 B)

Event Timeline