NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-modeler
CreateDataTypeOptions
Interface CreateDataTypeOptions
interface
CreateDataTypeOptions
{
accessRestrictions
?:
AccessRestrictionsFlag
;
browseName
:
QualifiedNameLike
;
componentOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
description
?:
LocalizedTextLike
;
displayName
?:
LocalizedTextLike
|
LocalizedTextLike
[]
;
eventSourceOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
isAbstract
:
boolean
;
modellingRule
?:
ModellingRuleType
;
nodeId
?:
NodeIdLike
;
notifierOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
organizedBy
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
partialDefinition
?:
StructureFieldOptions
[]
|
EnumFieldOptions
[]
;
propertyOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
;
references
?:
AddReferenceOpts
[]
;
rolePermissions
?:
RolePermissionTypeOptions
[]
;
subtypeOf
?:
string
|
NodeId
|
UADataType
;
}
Hierarchy (
View Summary
)
AddBaseNodeOptions
CreateDataTypeOptions
Index
Properties
access
Restrictions?
browse
Name
component
Of?
description?
display
Name?
event
Source
Of?
is
Abstract
modelling
Rule?
node
Id?
notifier
Of?
organized
By?
partial
Definition?
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
>
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
partial
Definition
partialDefinition
?:
StructureFieldOptions
[]
|
EnumFieldOptions
[]
Optional
property
Of
propertyOf
?:
NodeIdLike
|
BaseNode
<
BaseNodeEvents
>
Optional
references
references
?:
AddReferenceOpts
[]
Optional
role
Permissions
rolePermissions
?:
RolePermissionTypeOptions
[]
Optional
subtype
Of
subtypeOf
?:
string
|
NodeId
|
UADataType
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
is
Abstract
modelling
Rule
node
Id
notifier
Of
organized
By
partial
Definition
property
Of
references
role
Permissions
subtype
Of
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...