DataCubeCanvasService.nudge Method

Move the adapters by some amount.
 

Parameters

adapters

Type: Array - May be null
ElementType: Adapter
(optional) Design object adapters to nudge, null to nudge selected adapters.
nudgeOptions

Type: Object

     Nudge options: 
         horizontally - [type:Number] - Amount to nudge horizontally
         vertically - [type:Number] - Amount to nudge vertically
         isConstainedToTemplateCell - [type: Boolean] - true to limit nudges so that adapters stay withing their template cells, if applicable.
         transaction - [type: dundas.controls.Transaction] - The transaction to use
         nudgeHidden - [type: Boolean] - true to allow nudging hidden adapters.
         nudgeLocked - [type: Boolean] - true to allow nudging locked adapters.

isNotUndoable

Type: Boolean
(Optional) True to make this action not undoable.