Mixin: NodeUrlHelperMixin

net~ NodeUrlHelperMixin

A mixin class that adds support for SolarNode properties to a module:net~UrlHelper.

Members


nodeId :number

The first available node ID from the nodeIds property. Setting this replaces any existing node IDs with an array of just that value.

Type:
  • number

nodeIds :Array.<number>

An array of node IDs, set on the nodeIds parameter

Type:
  • Array.<number>

sourceId :string

The first available source ID from the sourceIds property. Setting this replaces any existing node IDs with an array of just that value.

Type:
  • string

sourceIds :Array.<string>

An array of source IDs, set on the sourceIds parameter

Type:
  • Array.<string>