Table of Contents

Class Relationship

네임스페이스
easyar.ema.v0_5

relationship 유형의 주석 데이터입니다.

상속
Relationship

속성

category

분류

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

isDirected

relationship 멤버 데이터가 방향성을 가지는지 여부

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

members

relationship 멤버

members: Array<string>;