UNPKG

willcore.uicore

Version:
12 lines (10 loc) 370 B
const coreUIAssignable = require("../../server/assignables/coreUIAssignable.js"); class testAssignable extends coreUIAssignable{ constructor(){ super(); this.fileServiceName = "testModule"; this.folderPath = "/"; this.addClientAssignable( "test", "/testModule/testAssignable.js"); } } module.exports = testAssignable;