compute

  • function
can.view.Scope.compute  

scope.compute( key, [options] ) 2.1

Parameters

  1. key {key}

    A dot seperated path. Use "." if you have a property name that includes a dot.

  2. options {readOptions}Optional

    Options that configure how the key gets read.

Returns

{can.compute(getterSetter, context)}

A compute that can get or set key.