🚧
Still under progress. Soon will be finished.
Description
A parameter after being serialized
Properties
Name | Type | Description |
---|---|---|
rest |
|
Whether it’s a rest parameter |
named |
|
|
elements |
|
The elements of a named parameter |
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 |