🚧
Still under progress. Soon will be finished.
Description
The result of a class node after being serialized
Properties
| Name | Type | Description |
|---|---|---|
| name | |
The name of the class |
| line | |
The start line number where the class is defined |
| kind | |
The declaration kind |
| properties | |
The instance properties of the class |
| staticProperties | |
The static properties of the class |
| methods | |
The instance methods of the class |
| staticMethods | |
The static methods of the class |
| jsDoc | |
The JSDoc |
| typeParameters | |
The type parameters |
| heritage | |
The heritage chain |
| decorators | |
The class decorators |
| constructors | |
The class constructors |
| abstract | |
Whether the class is abstract or not |
| namespace | |
The namespace name where the class is defined (empty string if there is no namespace) |
| customElement | |
Whether the class is a custom element or not |