🚧
Still under progress. Soon will be finished.
Description
A class/interface method after being serialized
Properties
| Name | Type | Description |
|---|---|---|
| kind | |
The type of member |
| name | |
The name of the function |
| signatures | |
An array of function signatures |
| namespace | |
The namespace where the function is defined |
| async | |
Whether the function is async or not |
| generator | |
Whether it’s a generator function or not |
| decorators | |
Any function decorator |
| jsDoc | |
Any JSDoc comment |
| static | |
Whether the member is static or not |
| readOnly | |
Whether the member is read only or not |
| optional | |
Whether the member is optional or not |
| abstract | |
Whether the member is abstract or not |
| override | |
Whether this member overrides a parent member |
| inherited | |
Whether the member is inherited or not |