Home > @nabh/ts-api-extractor > APIParam
APIParam class
Class or interface property
Signature:
export declare class APIParam
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| comment? | string | (Optional) Summary section of TSDoc comment on this property | |
| isOptional? | boolean | (Optional) Is the parameter optional | |
| name? | string | (Optional) Property name | |
| package? | string | (Optional) Package that exported this property type. Applicable for non-primitive properties | |
| type | string | Property type |