Class Index | File Index

Classes


Namespace sandboxe.entity


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Collection of functions to work with the entity object.
Method Summary
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.
Namespace Detail
sandboxe.entity
Collection of functions to work with the entity object.
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:56 GMT-0500 (EST)