Skip to main content

Home > blockly > IBubble > setDragging

IBubble.setDragging() method

Sets whether or not this bubble is being dragged.

Signature:

setDragging(dragging: boolean): void;

Parameters

ParameterTypeDescription
draggingboolean

Returns:

void