Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
AddReferenceTypeOptions
Interface AddReferenceTypeOptions
interface
AddReferenceTypeOptions
{
accessRestrictions
?:
AccessRestrictionsFlag
;
browseName
:
QualifiedNameLike
;
componentOf
?:
NodeIdLike
|
BaseNode
;
description
?:
LocalizedTextLike
;
displayName
?:
LocalizedTextLike
|
LocalizedTextLike
[]
;
eventSourceOf
?:
NodeIdLike
|
BaseNode
;
inverseName
:
string
;
isAbstract
?:
boolean
;
modellingRule
?:
ModellingRuleType
;
nodeId
?:
NodeIdLike
;
notifierOf
?:
NodeIdLike
|
BaseNode
;
organizedBy
?:
NodeIdLike
|
BaseNode
;
propertyOf
?:
NodeIdLike
|
BaseNode
;
references
?:
AddReferenceOpts
[]
;
rolePermissions
?:
RolePermissionTypeOptions
[]
;
subtypeOf
?:
string
|
NodeId
|
UAReferenceType
;
}
Hierarchy (
view full
)
AddBaseNodeOptions
AddReferenceTypeOptions
Index
Properties
access
Restrictions?
browse
Name
component
Of?
description?
display
Name?
event
Source
Of?
inverse
Name
is
Abstract?
modelling
Rule?
node
Id?
notifier
Of?
organized
By?
property
Of?
references?
role
Permissions?
subtype
Of?
Properties
Optional
access
Restrictions
access
Restrictions
?:
AccessRestrictionsFlag
browse
Name
browse
Name
:
QualifiedNameLike
Optional
component
Of
component
Of
?:
NodeIdLike
|
BaseNode
Optional
description
description
?:
LocalizedTextLike
Optional
display
Name
display
Name
?:
LocalizedTextLike
|
LocalizedTextLike
[]
Optional
event
Source
Of
event
Source
Of
?:
NodeIdLike
|
BaseNode
inverse
Name
inverse
Name
:
string
Optional
is
Abstract
is
Abstract
?:
boolean
Optional
modelling
Rule
modelling
Rule
?:
ModellingRuleType
Optional
node
Id
node
Id
?:
NodeIdLike
Optional
notifier
Of
notifier
Of
?:
NodeIdLike
|
BaseNode
Optional
organized
By
organized
By
?:
NodeIdLike
|
BaseNode
Optional
property
Of
property
Of
?:
NodeIdLike
|
BaseNode
Optional
references
references
?:
AddReferenceOpts
[]
Optional
role
Permissions
role
Permissions
?:
RolePermissionTypeOptions
[]
Optional
subtype
Of
subtype
Of
?:
string
|
NodeId
|
UAReferenceType
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access
Restrictions
browse
Name
component
Of
description
display
Name
event
Source
Of
inverse
Name
is
Abstract
modelling
Rule
node
Id
notifier
Of
organized
By
property
Of
references
role
Permissions
subtype
Of
NodeOPCUA reference documentation - public API
Loading...