MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / mixin

Method mixin

codebase/dhtmlxscheduler.es.d.ts:2042–2042  ·  view source on GitHub ↗

* adds properties of the 'source' object into the 'target' object * @param target the target object * @param source the source object * @param force if true, properties of the 'source' will overwrite the matching properties of the 'target', if there are any. If false, the properties that alrea

(target: any, source: any, force: boolean)

Source from the content-addressed store, hash-verified

2040 * @param force if true, properties of the 'source' will overwrite the matching properties of the 'target', if there are any. If false, the properties that already exist in the 'target' will be omitted
2041 */
2042 mixin(target: any, source: any, force: boolean): void;
2043
2044 /**
2045 * calls a modalbox

Callers 10

eaFunction · 0.65
_initFromConfigMethod · 0.65
eaFunction · 0.65
_initFromConfigMethod · 0.65
getStateFunction · 0.65
factoryMethodFunction · 0.65
_initFromConfigMethod · 0.65
getStateFunction · 0.65
factoryMethodFunction · 0.65
_initFromConfigMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected