blockly > WorkspaceSvg > hideChaff

WorkspaceSvg.hideChaff() method

Close tooltips, context menus, dropdown selections, etc.

Signature:

hideChaff(onlyClosePopups?: boolean): void;

Parameters

Parameter Type Description
onlyClosePopups boolean (Optional) Whether only popups should be closed. Defaults to false.

Returns:

void