blockly > IBubble > setDragging

IBubble.setDragging() method

Sets whether or not this bubble is being dragged.

Signature:

setDragging(dragging: boolean): void;

Parameters

Parameter Type Description
dragging boolean

Returns:

void