interface UpdateStructureDataDetailsOptions {
    nodeId?: null | NodeIdLike;
    performInsertReplace?: PerformUpdateType;
    updateValues?: null | (null | DataValueLike)[];
}

Hierarchy (view full)

Properties

nodeId?: null | NodeIdLike
performInsertReplace?: PerformUpdateType
updateValues?: null | (null | DataValueLike)[]