src/app/interfaces/ontology-entry/ontology-entry.ts
Ontology entry interface. ~extends Indexable
Properties |
category |
category:
|
Type : string
|
The category. |
Color |
Color:
|
Type : string
|
The color. |
displayPath |
displayPath:
|
Type : string
|
The display path. |
Entity |
Entity:
|
Type : string
|
The entity. |
MultiParent |
MultiParent:
|
Type : string
|
The multi-parent. |
multiParents |
multiParents:
|
Type : Array<string>
|
The multi-parent. |
multiPaths |
multiPaths:
|
Type : Array<Array<string>>
|
The multi-path. |
Parent |
Parent:
|
Type : string
|
The parent. |
path |
path:
|
Type : Array<string>
|
The path. |
selectedParent |
selectedParent:
|
Type : string
|
The selected parent. |