Threaded View
-
28 Jan 2013 8:53 AM #11
I found this blog entry that is really interesting (I didn't write it)
http://blorkfish.wordpress.com/2013/...th-typescript/
Nice idea to cast the literal objects of the items array, eg:
I've tried this type of thing in the playground and although you don't get intellisense, you do get errors for mistyped properties.Code:items: [ <Ext_Button>{ ... }, <Ext_Combo>{ ... } ]


Reply With Quote