DataCubeCanvas.manipulateCanvasObjects Method
Manipulate the position and size of a canvas object.
Parameters
- moveOptions
-
Type: Object
ElementType: Object
Object encapsulating the adapterID and the corresponding move data
key - the adapterID of the target canvas object
value - {
height - [type="number"] - The new height
width - [type="number"] - The new width
left - [type="number"] - The new left property
top - [type="number"] - the new top property
}