Developing Secure Code
Testing Components
createComponent()
createComponents()
enqueueAction()
error()
get()
getCallback()
getComponent()
getReference()
getRoot()
getToken()
log()
reportError()
run()
set()
warning()
Previous PDF Versions
Returns a value from the specified global value provider using property syntax.
get (String key, function callback)
key: Type: String. The data key to look up. For example, "$Label.c.labelName" for a custom label.
callback: Type: function. The method to call with the result if a server trip occurs.
Type: String The requested value.
See Also