Interface: IOntology
An interface representing an Entity object.
Interface
IEntity
Hierarchy
↳
IOntology
Implemented by
Table of contents
Properties
- id
- clientId
- creator
- createdAt
- updatedAt
- updatedBy
- title
- roots
- metadata
- attributes
- projectIds
- system
- structureIds
Properties
id
• id: string
A globally unique identifier for the Entity.
Inherited from
clientId
• Optional
clientId: string
A local identifier for the Entity, unique within the client.
Inherited from
creator
• Optional
creator: string
The creator of the Entity.
Inherited from
createdAt
• Optional
createdAt: IDate
The date and time when the Entity was created.
Inherited from
updatedAt
• Optional
updatedAt: IDate
The date and time when the Entity was last updated.
Inherited from
updatedBy
• Optional
updatedBy: string
The user who last updated the Entity.
Inherited from
title
• title: string
roots
• Optional
roots: string
[]
metadata
• metadata: Dictionary
attributes
• Optional
attributes: string
[]
projectIds
• Optional
projectIds: string
[]
system
• Optional
system: boolean
structureIds
• Optional
structureIds: string
[]