Class: NodeOptions

NodeOptions()

NodeOptions specify configuration choices during the node instantiation process.

Constructor

new NodeOptions()

Create a new instance with default property values.
Source:

Members

(static) defaultOptions

Return an instance configured with default options.
Source:

automaticallyDeclareParametersFromOverrides

Get the automaticallyDeclareParametersFromOverrides.
Source:

automaticallyDeclareParametersFromOverrides

Set automaticallyDeclareParametersFromOverrides.
Source:

parameterOverrides

Get the parameterOverrides.
Source:

parameterOverrides

Set the Parameters that will serve to override a node's default parameter settings. Setting to null, reinitializes the parameterOverrides to an empty array.
Source:

startParameterServices

Get the startParameterServices option. Default value = true;
Source:

startParameterServices

Set startParameterServices.
Source: