Table of Contents

Class Relationship

Namespace
easyar.ema.v0_5

Annotation data of relationship type.

Inheritance
Relationship

Properties

category

Category

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 members

members: Array<string>;