-
Notifications
You must be signed in to change notification settings - Fork 1
Function_evisit_core_js_utils_audit
Wyatt Greenway edited this page Jan 31, 2017
·
3 revisions
- 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)
- (Object) Meta information object, i.e {created: (timestamp), modified: (timestamp), updateCount: (count)}