XType is a concept for lazy instantiation.
which can speed up complex user interfaces.
var myPanel = {
xtype : 'panel',
height : 100,
width : 100,
html : 'Hello!'
};
This is XType configuration object, that would be used to configure an Ext.Panel widget.