shortName
If you pass a name when creating a Construct, the shortName
property will be set to the
name.
String
var MyConstructor = Construct.extend("MyConstructor",{},{});
MyConstructor.shortName // "MyConstructor"
If you pass a name when creating a Construct, the shortName
property will be set to the
name.
String
var MyConstructor = Construct.extend("MyConstructor",{},{});
MyConstructor.shortName // "MyConstructor"