interface NodeReferenceOptions {
    isForward?: boolean;
    nodeId?: null | NodeIdLike;
    referencedNodeIds?: null | (null | NodeIdLike)[];
    referenceTypeId?: null | NodeIdLike;
}

Properties

isForward?: boolean
nodeId?: null | NodeIdLike
referencedNodeIds?: null | (null | NodeIdLike)[]
referenceTypeId?: null | NodeIdLike