Class: APILabelTreeNodeV2
An interface representing an Entity object.
Interface
IEntity
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new APILabelTreeNodeV2(labelTreeNode)
Parameters
| Name | Type |
|---|---|
labelTreeNode | Partial<APILabelTreeNodeV2> |
Properties
createdAt
• Optional createdAt: Date
The date and time when the Entity was created.
Implementation of
updatedAt
• Optional updatedAt: Date
The date and time when the Entity was last updated.
Implementation of
updatedBy
• Optional updatedBy: string
The user who last updated the Entity.
Implementation of
depth
• depth: number
Implementation of
id
• id: string
A globally unique identifier for the Entity.
Implementation of
ontologyId
• ontologyId: string
Implementation of
parent
• parent: string
Implementation of
path
• path: string
Implementation of
root
• root: string
Implementation of
value
• value: APILabelV2
Implementation of
creator
• creator: string
The creator of the Entity.
Implementation of
hasChildren
• Optional hasChildren: boolean
Implementation of
Methods
identifier
▸ identifier(): string
Returns
string
isRoot
▸ isRoot(): boolean
Returns
boolean