Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InstantiateVariableOptions

Hierarchy

Index

Properties

Optional arrayDimensions

arrayDimensions: number[]

browseName

browseName: QualifiedNameLike

the browse name of the new node to instantiate

Optional componentOf

componentOf: NodeIdLike | BaseNode

the parent Object holding this object note

  • when componentOf is specified, organizedBy must not be defined

Optional dataType

dataType: any

Optional description

description: LocalizedTextLike

an optional description

if not provided the default description of the corresponding Type will be used.

Optional eventSourceOf

eventSourceOf: NodeIdLike | BaseNode

Optional extensionObject

extensionObject: any

Optional minimumSamplingInterval

minimumSamplingInterval: number

Optional modellingRule

modellingRule: ModellingRuleType

modellingRule

Optional nodeId

nodeId: NodeIdLike

Optional notifierOf

notifierOf: NodeIdLike | BaseNode

Optional optionals

optionals: string[]
default:

[]

Optional organizedBy

organizedBy: NodeIdLike | BaseNode

the parent Folder holding this object

note

  • when organizedBy is specified, componentOf must not be defined

Optional value

value: any

Optional valueRank

valueRank: number

Generated using TypeDoc