NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-address-space-base
AddMethodOptions
Interface AddMethodOptions
interface
AddMethodOptions
{
accessRestrictions
?:
AccessRestrictionsFlag
;
browseName
:
QualifiedNameLike
;
componentOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
description
?:
LocalizedTextLike
;
displayName
?:
LocalizedTextLike
;
executable
?:
boolean
;
inputArguments
?:
ArgumentOptions
[]
;
modellingRule
?:
ModellingRuleType
;
nodeId
?:
NodeIdLike
;
outputArguments
?:
ArgumentOptions
[]
;
rolePermissions
?:
RolePermissionTypeOptions
[]
;
userExecutable
?:
boolean
;
}
Index
Properties
access
Restrictions?
browse
Name
component
Of?
description?
display
Name?
executable?
input
Arguments?
modelling
Rule?
node
Id?
output
Arguments?
role
Permissions?
user
Executable?
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
Optional
executable
executable
?:
boolean
Optional
input
Arguments
inputArguments
?:
ArgumentOptions
[]
Optional
modelling
Rule
modellingRule
?:
ModellingRuleType
Optional
node
Id
nodeId
?:
NodeIdLike
Optional
output
Arguments
outputArguments
?:
ArgumentOptions
[]
Optional
role
Permissions
rolePermissions
?:
RolePermissionTypeOptions
[]
Optional
user
Executable
userExecutable
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access
Restrictions
browse
Name
component
Of
description
display
Name
executable
input
Arguments
modelling
Rule
node
Id
output
Arguments
role
Permissions
user
Executable
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...