NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-modeler
AddBaseNodeOptions
Interface AddBaseNodeOptions
interface
AddBaseNodeOptions
{
accessRestrictions
?:
AccessRestrictionsFlag
;
browseName
:
QualifiedNameLike
;
componentOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
description
?:
LocalizedTextLike
;
displayName
?:
LocalizedTextLike
|
LocalizedTextLike
[]
;
eventSourceOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
modellingRule
?:
ModellingRuleType
;
nodeId
?:
NodeIdLike
;
notifierOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
organizedBy
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
propertyOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
references
?:
AddReferenceOpts
[]
;
rolePermissions
?:
RolePermissionTypeOptions
[]
;
}
Hierarchy (
View Summary
)
AddBaseNodeOptions
AddObjectTypeOptions
AddVariableTypeOptions
AddReferenceTypeOptions
AddEnumerationTypeOptions
AddObjectOptions
AddViewOptions
AddVariableOptionsWithoutValue
CreateDataTypeOptions
AddMultiStateDiscreteOptions
Index
Properties
access
Restrictions?
browse
Name
component
Of?
description?
display
Name?
event
Source
Of?
modelling
Rule?
node
Id?
notifier
Of?
organized
By?
property
Of?
references?
role
Permissions?
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
>
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
[]
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
modelling
Rule
node
Id
notifier
Of
organized
By
property
Of
references
role
Permissions
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...