sync(source, filter, silent)

allows to sync two copy all, or part of data from one DataCollection to another

Parameters

  • source - the object that the method is assigned to (optional)
    • object
  • filter - filtering function (optional)
    • function
  • silent - if you set the parameter to 'true', the object will not repainted after synchronization (optional)
    • boolean

Returns

method doesn't return any data