Skip to content

Function_evisit_core_js_utils_setmetans

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

function setMetaNS(obj, namespace, path, value)

Parameters

  • obj
    • (Object) >>> Object to set meta property on
  • namespace
    • (String) Namespace to store meta property in
  • 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