NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
NodeReferenceOptions
Interface NodeReferenceOptions
interface
NodeReferenceOptions
{
isForward
?:
boolean
;
nodeId
?:
NodeIdLike
|
null
;
referencedNodeIds
?:
(
NodeIdLike
|
null
)
[]
|
null
;
referenceTypeId
?:
NodeIdLike
|
null
;
}
Index
Properties
is
Forward?
node
Id?
referenced
Node
Ids?
reference
Type
Id?
Properties
Optional
is
Forward
isForward
?:
boolean
Optional
node
Id
nodeId
?:
NodeIdLike
|
null
Optional
referenced
Node
Ids
referencedNodeIds
?:
(
NodeIdLike
|
null
)
[]
|
null
Optional
reference
Type
Id
referenceTypeId
?:
NodeIdLike
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Forward
node
Id
referenced
Node
Ids
reference
Type
Id
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...