Living Beings
JSON Structure
The general entity attributes are inherited from the base entity object, which is defined by the IEntity class (see entity.ts file).
Definition of Living Being data object can be found in being.ts file.
export interface IBeing extends IEntity {
class: EntityEnums.Class.Being;
data: IBeingData;
}
export interface IBeingData {
logicalType: EntityEnums.LogicalType;
}
No comments to display
No comments to display