Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

The configurednetworks object provides an array of persistent configuration names, even if they are not active at present. The configurations may be accessed using @brightsign/networkconfiguration objects.

Code Block
languagejs
titleconfigurednetworks IDL
interface ConfiguredNetworks {
    Promise<Array<String>> getConfigurationNames();
};



Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px


Object Creation

To create a configurednetworks object, load the @brightsign/configurednetworks module using the require() method:

Code Block
languagejs
var configurednetworksClass = require("@brightsign/configurednetworks");
var configurednetworks = new configurednetworksClass();



ConfiguredNetworks

getConfigurationNames()
Code Block
Promise<Array<String>> getConfigurationNames()

This method returns an array of persistent configuration names, even if they are not active at present.