Open this page in the API Guide

ExpressionDescriptor Constructor

Initializes the ExpressionDescriptor. Called during construction.
 

Parameters

options

Type: Object
(optional) An object literal with the default values for any properties.
Optional: True

Examples

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

1
var newObject = new dundas.data.ExpressionDescriptor();