Skip to content

Function_evisit_core_js_utils_id

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

function id(obj[, set])

Parameters

  • obj
    • (Object) >>> Object to get / set id from
  • set [optional]
    • (String) If specified set object id to this

Return value

  • (String) Objects id

Description

Get/set object id. By default every object will have a unique id. This id is stored in the objects meta properties

See Also


Clone this wiki locally