interface DeleteReferencesItemOptions {
    deleteBidirectional?: boolean;
    isForward?: boolean;
    referenceTypeId?: null | NodeIdLike;
    sourceNodeId?: null | NodeIdLike;
    targetNodeId?: ExpandedNodeId;
}

Properties

deleteBidirectional?: boolean
isForward?: boolean
referenceTypeId?: null | NodeIdLike
sourceNodeId?: null | NodeIdLike
targetNodeId?: ExpandedNodeId