blockly > Toolbox > autoHide

Toolbox.autoHide() method

Hides the component. Called in WorkspaceSvg.hideChaff.

Signature:

autoHide(onlyClosePopups: boolean): void;

Parameters

Parameter Type Description
onlyClosePopups boolean Whether only popups should be closed. Flyouts should not be closed if this is true.

Returns:

void