interface EdgeEndpoints<SingularType> {
    source-endpoint: PropertyValue<SingularType, string>;
    target-endpoint: PropertyValue<SingularType, string>;
}

Type Parameters

Properties

source-endpoint: PropertyValue<SingularType, string>

Specifies the endpoint of the source side of the edge

target-endpoint: PropertyValue<SingularType, string>

Specifies the endpoint of the target side of the edge