interface DeleteNodesItemOptions {
    deleteTargetReferences?: boolean;
    nodeId?: null | NodeIdLike;
}

Properties

deleteTargetReferences?: boolean
nodeId?: null | NodeIdLike