Skip to main content

blockly > IDeletable > setDeleteStyle

IDeletable.setDeleteStyle() method

Visually indicates that the object is pending deletion.

Signature:

setDeleteStyle(wouldDelete: boolean): void;

Parameters

Parameter

Type

Description

wouldDelete

boolean

Returns:

void