sesaparcours
    Preparing search index...
    interface IAutoHideable {
        autoHide(onlyClosePopups: boolean): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods

    • Hides the component. Called in Blockly.hideChaff.

      Parameters

      • onlyClosePopups: boolean

        Whether only popups should be closed. Flyouts should not be closed if this is true.

      Returns void