🚧
Still under progress. Soon will be finished.
Description
An index signature after being serialized
Properties
Name | Type | Description |
---|---|---|
kind |
|
The type of member |
indexType |
|
The type of the index signature key |
readOnly |
|
Whether it’s read-only or not |
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 |