It is possible to determine if a view is a widget with this:
self.view.settings().get("is_widget")
Is it also possible to determine what kind of widget the view represents? e.g. The console, a find panel, an input panel, the command palette, file chooser, goto, etc…
What I specifically need is a way to determine if the view represents one of the overlays (command palette, file chooser, goto, etc.)?
Thanks.