Skip to main content

collapse

Description

Collapses gantt from the full screen mode to the normal mode

collapse: () => void

Example

gantt.collapse();

Details

note

This method is defined in the fullscreen extension, so you need to activate the fullscreen plugin using the gantt.plugins method. Read the details in the Full Screen Mode article.