function sap/base/util/resolveReference

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

Returns a value located in the provided path using the given mVariables object.

If the provided path cannot be resolved completely, undefined is returned.

How mVariables are checked for resolving the path depends on the syntax of the path:

When the resolved value is a function, a context may be bound to it with the following conditions:


Parameters Overview

Param Type Default Value Description
sPath string Path
mVariables? object An object containing the mapping of variable name to object or function
mOptions? object Options

Methods Overview

Method Description