Skip to content

NodeIdLike

Canonical path: o6.NodeIdLike

NodeIdLike module-attribute

NodeIdLike = (
    NodeId | str | HasNodeId | ExpandedNodeId | type[Any]
)

Anything NodeId accepts.

A NodeId, a parseable string, an ExpandedNodeId, an object carrying a NodeId such as a node handle (HasNodeId), or a registered DataType or generated type class, which resolves to that type's own NodeId.