Table of Contents

Class Relationship

Namespace
easyar.ema.v0_5

Annotationsdaten vom Typ relationship.

Vererbung
Relationship

Eigenschaften

category

Kategorie

get category(): string | undefined;
set category(value: string | undefined);

isDirected

Ob die relationship-Mitgliedsdaten gerichtet sind

get isDirected(): boolean;
set isDirected(value: boolean);

members

Relationship-Mitglieder

members: Array<string>;