Properties that can be used to initialize a data/_Relationship!Relationship.

interface RelationshipProperties {
    $relationshipType?: string;
    failureMode?: FailureMode;
    id?: string;
    title?: string;
}

Hierarchy (view full)

Properties

$relationshipType?: string

The Relationship's type.

failureMode?: FailureMode
id?: string

The unique ID to assign to the entity. If not specified, one will be generated.

title?: string