Hello, where can I find all the default classes that get applied to the elements?
For example, in the admin dashboard example, in the scss file, it references the class x-window-body and x-window-default forthe Ext.window.Window.
And I cannot find it on the doc page for Ext.window.Window http://docs.sencha.com/extjs/6.5.1/c...ow.Window.html
Is there a place where I can find these classes that get attached automatically? Or do I have to just inspect the elements in the browser and figure those out?