Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropertyAndComponentHolder

Hierarchy

Methods

getAggregates

  • getAggregates(): BaseNode[]
  • Returns BaseNode[]

getComponentByName

  • getComponentByName(componentName: QualifiedNameLike, namespaceIndex?: number): UAObject | UAVariable | null
  • Parameters

    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

Generated using TypeDoc