I’ve several custom widgets with dojo. and I am passing properties to constructor. What I want to know how to merge the default properties with the supplied params in constructor(params) ? jQuery has extend() do I need to use dojo.extend ? or dojo.hitch ?
I’ve several custom widgets with dojo. and I am passing properties to constructor. What
Share
dojo.mixinwill do this. however, a widget does this automatically.lang.mixinisdojo.mixinfromdojo/_base/lang