Skip to main content

Home > blockly > IBubble > setDeleteStyle

IBubble.setDeleteStyle() method

Update the style of this bubble when it is dragged over a delete area.

Signature:

setDeleteStyle(enable: boolean): void;

Parameters

ParameterTypeDescription
enablebooleanTrue if the bubble is about to be deleted, false otherwise.

Returns:

void