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