Class Relationship
- Namespace
- easyar.ema.v0_5
Relationship Annotation data for relationship types.
- Inheritance
-
Relationship
Properties
category
Classification
get category(): string | undefined;
set category(value: string | undefined);
isDirected
Whether the relationship member data is directed
get isDirected(): boolean;
set isDirected(value: boolean);
members
Relationship member
members: Array<string>;