Use it as a base for your class hierarchy.
![]() | This functionality is not intended for general usage. |
Method Summary
Method | Description |
---|---|
extend | Creates new class by extending definition of existing class. |
Defining constructors.
Special function name init is reserved to define constructor function
Defining properties.
Instead of function, just pass a property descriptor.