cf2:Copy

Purpose

Provides support for copying properties from one object to another.

Exported Features

cf2:Copy

Imported Features

n/a

JavaScript

This component adds the following method to the V$ object.

copy(from, to)

Copies the properties from one object into another.

Parameter Description Type
from The object from which the properties are to be copied. Object
to The object into which the properties are to be copied. Object

Related topics