Events
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 Event data object can be found in event.ts file.
export interface IEvent extends IEntity {
class: EntityEnums.Class.Event;
data: IEventData;
}
export interface IEventData {
logicalType: EntityEnums.LogicalType;
}
No comments to display
No comments to display