Home > blockly > BlockSvg > setDragStrategy
BlockSvg.setDragStrategy() method
Sets the drag strategy for this block.
Signature:
setDragStrategy(dragStrategy: IDragStrategy): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| dragStrategy | IDragStrategy |
Returns:
void