blockly > hideChaff

hideChaff() function

Close tooltips, context menus, dropdown selections, etc.

Signature:

export declare function hideChaff(opt_onlyClosePopups?: boolean): void;

Parameters

Parameter Type Description
opt_onlyClosePopups boolean (Optional) Whether only popups should be closed.

Returns:

void