adds properties of the 'source' object into the 'target' object
target | CustomObject | the target object |
source | CustomObject | the source object |
force | boolean | optional, if true, properties of the 'source' will overwrite matching properties of the 'target', if there are any. If false (by default), properties that already exist in the 'target' will be omitted |
gantt.mixin(target, source, force);
added in version 4.0
Back to top