Skip to main content

hideQuickInfo

Description

Hides the pop-up task form (if it's currently active)

hideQuickInfo: () => void

Example

gantt.showQuickInfo(5);
...
gantt.hideQuickInfo();

Details

note

This method is defined in the Quick Info extension, so you need to activate the quick_info plugin.