IAutoHideable interface
Interface for a component that can be automatically hidden.
Signature:
export interface IAutoHideable extends IComponent
Extends: IComponent
Methods
Method | Description |
---|---|
autoHide(onlyClosePopups) | Hides the component. Called in WorkspaceSvg.hideChaff. |