compute
can.view.Scope.compute
scope.compute( key, [options] ) 2.1
Parameters
-
key
{key}
A dot seperated path. Use
"."
if you have a property name that includes a dot. -
options
{readOptions}
OptionalOptions that configure how the
key
gets read.
Returns
{can.compute(getterSetter, context)}
A compute that can get or set key
.