🚧
Still under progress. Soon will be finished.
Description
A property-like definition. Used by class/interface properties as well as for parameters.
Properties
Name | Type | Description |
---|---|---|
name |
|
Name of the property |
line |
|
The start line number where the property is defined |
type |
|
The type of the property. If it’s an index signature, it will be the type of the object value. |
default |
|
The default value |
optional |
|
Whether it’s optional or not |
decorators |
|
Any decorator that has been defined |
jsDoc |
|
All the JSDoc comments |