🚧
Still under progress. Soon will be finished.
Description
A class/interface property after being serialized
Properties
Name | Type | Description |
---|---|---|
kind |
|
The type of member |
writeOnly |
|
Whether the property is write-only or not. It’s write-only if only a setter has been defined. |
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 |
static |
|
Whether the member is static or not |
readOnly |
|
Whether the member is read only 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 |