Skip to main content

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

Parameter

Type

Description

enable

boolean

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

Returns:

void