Implementing Fullscreen in a Kibana plugin

Got it, looks like your plugin uses older apis for creating plugins. If this is the case, then yes,

import chrome from "ui/chrome";
...
chrome.setVisible(false);

should be good :+1: