Interface IPropertyAndComponentHolder
Hierarchy
-
IPropertyAndComponentHolder
Methods
getAggregates
- getAggregates(): BaseNode[]
-
Returns BaseNode[]
getComponentByName
- getComponentByName(componentName: QualifiedNameLike, namespaceIndex?: number): UAObject | UAVariable | null
-
Parameters
-
-
Optional namespaceIndex: number
Returns UAObject
|
UAVariable
|
null
getComponents
- getComponents(): BaseNode[]
-
Returns BaseNode[]
getNotifiers
- getNotifiers(): BaseNode[]
-
Returns BaseNode[]
getProperties
- getProperties(): BaseNode[]
-
Returns BaseNode[]
getPropertyByName
- getPropertyByName(browseName: string, namespaceIndex?: number): UAVariable | null
-
Parameters
-
browseName: string
-
Optional namespaceIndex: number
Returns UAVariable
|
null