Child pages
  • Server Side Scripting

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

copyObject is used to create a new javascript object from existing one. This is a shortcut for creating the object from scratch and copying all properties.

Code Block
languagejs
titleservoy API example
var tabCopy = servoyApi.copyObject($scope.model.tabs[0])