DataCubeCanvasService.createPropertyChangeCommand Method

Create a command that sets properties.
 

Parameters

propertyChangeInfo

Type: Array
ElementType: Object
Array storing the properties changes :
      target             [type: "dundas.controls.NotifiedViewModel or dundas.view.controls.Adapter"] - The viewmodel or adapter to change properties
      propertyChanges    [type: "Object"] - Name value hash storing the propertyName to change and the property's new value
 
isNotUndoable

Type: Boolean - May be null
(Optional) True to make this command not undoable.

Return Value