Skip to content

Function_evisit_core_js_utils_audit

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

function audit(obj[, which])

Parameters

  • obj
    • (Object) >>> Object to get audit information on
  • which [optional]
    • (String) 'meta' or 'base'. If 'meta', get audit information on meta property updates. If 'base', get audit information on base property updates. If neither is specified, get the most recently updated (meta or base, whichever is most recent)

Return value

  • (Object) Meta information object, i.e {created: (timestamp), modified: (timestamp), updateCount: (count)}

Description


Clone this wiki locally