inspector

(module)

Module for viewing and manipulating objects in the sidebar inspector, an advanced alternative to parameters

static inspector.set(object)

Displays any viewable/editable properties and actions for object

static inspector.add(object)

Appends object’s data to the inspector

static inspector.push(object)

Pushes a new page onto the inspector stack and adds object to it

static inspector.pop()
static inspector.clear()