Skip to content

Function_evisit_core_js_utils_setmeta

Wyatt Greenway edited this page Jan 31, 2017 · 4 revisions

function setMeta(obj, path, value)

Parameters

  • obj
    • (Object) >>> Object to set meta property on
  • path
    • (String) Dot notation path to evaluate
  • value
    • (*) Value to set

Return value

  • (String) Return the actual final path (relative to the base object) where the meta property was set. This is useful if meta property was pushed into an array; the actual array index will be returned as part of the final path

Description

See Also


Clone this wiki locally