Home Manual Reference Source Test

Typedef

Static Public Summary
public
public
public

Must be one of: 'list', 'rawlist', 'expand', 'checkbox', 'confirm', 'input', 'password', 'editor'.

public

A function that, when called with a value, validates this value and either retunrs true if validation succeeded or an error message.

Static Public

public NodeStream.BrowseResult: Object source

Properties:

NameTypeAttributeDescription
nodeId NodeId

The discovered node's id.

nodeClass node-opcua~NodeClass

The discovered node's class.

references Map<String, NodeId[]>

An object holding arrays of references from the discovered node to others, mapped by node-opcua~ReferenceTypeId keys.

public ReadStream.ReadResult: NodeStream.BrowseResult source

Properties:

NameTypeAttributeDescription
value node-opcua~DataValue
  • nullable: true

For Variable nodes this property holds the read data value.

mtime Date
  • nullable: true

For Variable nodes this property holds the timestamp the node's value last changed.

public inquirer~PromptType: String source

Must be one of: 'list', 'rawlist', 'expand', 'checkbox', 'confirm', 'input', 'password', 'editor'.

See:

public inquirer~Validator: function(value: String): Boolean | String source

A function that, when called with a value, validates this value and either retunrs true if validation succeeded or an error message.