function sap/base/util/defineCoupledProperty

Visiblity: restricted
Available since: N/A
Module: sap/base/util/defineCoupledProperty
Application Component:

Creates a property couple which has the same value at any time until one is deleted.


Parameters Overview

Param Type Default Value Description
oTarget object Target object of the property couple
sTargetProperty string Name of the target's property
oSource object Source object of the property couple
sSourceProperty string Name of the source's property

Methods Overview

Method Description