Collapse navigation when on specific page

Does anyone know if it is possible to Collapse the navigation only when on a certain resource page?
Solution
maybe this in the mount method?
$this->js('$store.sidebar.isOpen = false');
Was this page helpful?