Skip to content

Function_evisit_core_js_utils_getmetans

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

function getMetaNS(obj, namespace, path[, defaultValue])

Parameters

  • obj
    • (Object) >>> Object to get meta property from
  • namespace
    • (String) Namespace to store meta property in
  • path
    • (String) Dot notation path to evaluate
  • defaultValue [optional]
    • (*) Specify a default value to return if the requested meta property is not found, is null, undefined, NaN or !isFinite

Return value

  • (*) Return property specified by path

Description

See Also


Clone this wiki locally