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