new (require("baja/tag/BasicEntity"))()
- Description:
An entity is an object that can be tagged and related to other entities.
- Source:
Methods
getOrdToEntity() → {baja.Ord}
- Source:
Returns:
Return an ORD to the Entity.
- Type
- baja.Ord
relations() → {Promise}
- Source:
Returns:
Return a promise that resolves to a relations object.
- Type
- Promise
tags() → {Promise}
- Source:
Returns:
Return a promise that resolves to a tags object.
- Type
- Promise