Home Manual Reference Source Test
import {BrowsedNode} from 'atscm/src/lib/server/NodeBrowser.js'
public class | source

BrowsedNode

Extends:

src/lib/model/Node.js~ServerNode → BrowsedNode

A node discovered while browsing the server's database.

Constructor Summary

Public Constructor
public

constructor(options: Object)

Creates a new node.

Member Summary

Public Members
public

id: *

The node's id. @type {NodeId}

public

The node's value

Method Summary

Public Methods
public

addReferences(references: Object[])

Add multiple references at once.

public

createChild(options: Object): *

Creates new child node.

Public Constructors

public constructor(options: Object) source

Creates a new node.

Params:

NameTypeAttributeDescription
options Object

The options to use.

options.parent BrowsedNode
  • nullable: true

The parent node.

options.reference Object

The reference to pick metadata from.

Public Members

public id: * source

The node's id. @type {NodeId}

public value: node-opcua~Variant source

The node's value

Public Methods

public addReferences(references: Object[]) source

Add multiple references at once.

Params:

NameTypeAttributeDescription
references Object[]

The references to add.

public createChild(options: Object): * source

Creates new child node.

Params:

NameTypeAttributeDescription
options Object

The options to use.

Return:

*

See: