DocumentedClass
| Property | Type | Value | Description |
|---|---|---|---|
| abstract | boolean | N/A | - |
| constructor | null | DocumentedClassConstructor | N/A | - |
| deprecated | boolean | N/A | - |
| description | null | string | N/A | - |
| extends | null | string | N/A | - |
| implements | null | string | N/A | - |
| metadata | null | FileMetadata | N/A | - |
| methods | Array<DocumentedClassMethod> | N/A | - |
| name | string | N/A | - |
| private | boolean | N/A | - |
| properties | Array<DocumentedClassProperty> | N/A | - |
| rawExtends | null | Array<string> | N/A | - |
| rawImplements | null | Array<string> | N/A | - |
| see | Array<string> | N/A | - |
Last updated on