Interface RelationshipParams

Parameters for a Relationship.

See @xeokit/sdk/data for usage.

interface RelationshipParams {
    relatedObjectId: string;
    relatingObjectId: string;
    type: number;
}

Properties

relatedObjectId: string

The related DataObject.

relatingObjectId: string

The relating DataObject.

type: number

The relationship type.