Optional
argsA preprocessor for arguments. Derivatives may use this to transform arguments prior to call to super() and initialize().
Optional
baseThe base class, if any.
Optional
initializeA function that performs initialization after instantiation. "this" will be the object and arguments are the arguments to the constructor.
Optional
instanceInstance properties defined using descriptors.
Optional
instanceInstance properties.
Optional
mixinsOptions is a default mixin but you can provide others here.
Optional
nameThe name of the class.
Optional
staticStatic properties defined using descriptors.
Optional
staticStatic properties.
Input to GeneratedClass.