Skip to main content
Module

x/neo4j_driver_lite/mod.ts>UnboundRelationship

Neo4j Bolt driver for JavaScript
Go to Latest
class UnboundRelationship
Re-export
import { UnboundRelationship } from "https://deno.land/x/neo4j_driver_lite@5.15.0/mod.ts";

Class for UnboundRelationship Type.

Constructors

new
UnboundRelationship(
identity: T,
type: Type,
properties: any,
elementId?: string,
)

Type Parameters

optional
T extends NumberOrInteger = Integer
optional
P extends Properties = Properties
optional
Type extends string = string

Properties

elementId: string
identity: T
properties: P
type: Type

Methods

deprecated
bind(start: T, end: T): Relationship<T>

Bind relationship

bindTo(start: Node<T>, end: Node<T>): Relationship<T>

Bind relationship