read
can.view.Scope.read
Scope.read(parent, reads, options)
Read properties from an object.
Parameters
-
parent
{*}
A parent object to read properties from.
-
reads
{Array<String>}
An array of properties to read.
-
options
{readOptions}
Configures how to read properties and values and register callbacks
Returns
{Object}
Returns an object that provides the value and parent object.