NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-address-space-base
AddReferenceTypeOptions
Interface AddReferenceTypeOptions
interface
AddReferenceTypeOptions
{
accessRestrictions
?:
AccessRestrictionsFlag
;
browseName
:
QualifiedNameLike
;
componentOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
description
?:
LocalizedTextLike
;
displayName
?:
LocalizedTextLike
|
LocalizedTextLike
[]
;
eventSourceOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
inverseName
:
string
;
isAbstract
?:
boolean
;
modellingRule
?:
ModellingRuleType
;
nodeId
?:
NodeIdLike
;
notifierOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
organizedBy
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
propertyOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
references
?:
AddReferenceOpts
[]
;
rolePermissions
?:
RolePermissionTypeOptions
[]
;
subtypeOf
?:
string
|
NodeId
|
UAReferenceType
;
}
Hierarchy (
View Summary
)
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
accessRestrictions
?:
AccessRestrictionsFlag
browse
Name
browseName
:
QualifiedNameLike
Optional
component
Of
componentOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
Optional
description
description
?:
LocalizedTextLike
Optional
display
Name
displayName
?:
LocalizedTextLike
|
LocalizedTextLike
[]
Optional
event
Source
Of
eventSourceOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
inverse
Name
inverseName
:
string
Optional
is
Abstract
isAbstract
?:
boolean
Optional
modelling
Rule
modellingRule
?:
ModellingRuleType
Optional
node
Id
nodeId
?:
NodeIdLike
Optional
notifier
Of
notifierOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
Optional
organized
By
organizedBy
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
Optional
property
Of
propertyOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
Optional
references
references
?:
AddReferenceOpts
[]
Optional
role
Permissions
rolePermissions
?:
RolePermissionTypeOptions
[]
Optional
subtype
Of
subtypeOf
?:
string
|
NodeId
|
UAReferenceType
Settings
Member Visibility
Protected
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
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...