Open this page in the API Guide

ConfigValueOptions Constructor

Initializes the dundas.configuration.ConfigValueOptions object.
 

Parameters

configValueOptions

Type: Object
(optional) Object with default values for the configuration value.
Optional: True

Examples

The following example initializes a new instance of a ConfigValueOptions object:

1
var newObject = new dundas.configuration.ConfigValueOptions();