Namespace sandboxe.entity
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Collection of functions to work with the entity object.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
sandboxe.entity.create()
Creates a new entity object, which are the base updatable
extensible objects of sandboxe.
|
<static> |
sandboxe.entity.getAll()
Returns all entities within sandboxe.
|
Method Detail
<static>
{entity}
sandboxe.entity.create()
Creates a new entity object, which are the base updatable
extensible objects of sandboxe.
- Returns:
- {entity} A new entity
<static>
{Array}
sandboxe.entity.getAll()
Returns all entities within sandboxe.
- Returns:
- {Array} An array of all the entities.