interface NodeAttributes {
    nodeId: NodeId;
    statusCode: StatusCode;
    [key: string]: Variant | NodeId | StatusCode;
}

Indexable

Properties

Properties

nodeId: NodeId
statusCode: StatusCode