NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
DeleteReferencesItemOptions
Interface DeleteReferencesItemOptions
interface
DeleteReferencesItemOptions
{
deleteBidirectional
?:
boolean
;
isForward
?:
boolean
;
referenceTypeId
?:
NodeIdLike
|
null
;
sourceNodeId
?:
NodeIdLike
|
null
;
targetNodeId
?:
ExpandedNodeId
;
}
Index
Properties
delete
Bidirectional?
is
Forward?
reference
Type
Id?
source
Node
Id?
target
Node
Id?
Properties
Optional
delete
Bidirectional
deleteBidirectional
?:
boolean
Optional
is
Forward
isForward
?:
boolean
Optional
reference
Type
Id
referenceTypeId
?:
NodeIdLike
|
null
Optional
source
Node
Id
sourceNodeId
?:
NodeIdLike
|
null
Optional
target
Node
Id
targetNodeId
?:
ExpandedNodeId
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
delete
Bidirectional
is
Forward
reference
Type
Id
source
Node
Id
target
Node
Id
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...