Module: addon/helpers/get-key

Methods

(inner) get-key(objectKey, pathKey, context) → {*}

Lookup a value on an object in the current context with passed-in objectKey and pathKey strings

Parameters:
Name Type Description
objectKey String

The string path to lookup the object in context

pathKey String

The string path to lookup the value on the object

context Object

The current context of execution

Source:
Returns:

The value returned from looking up the path on the object

Type
*