ParameterDescriptorBase
Common properties for ParameterDescriptor and FunctionTypeParameterDescriptor.
Members
Section titled “Members”| doc | optional Children | Documentation for the parameter. |
| metadata | optional Record<string, unknown> | Arbitrary metadata for the parameter symbol. |
| name | string | Namekey | The name of the parameter. |
| nullish | optional boolean | Whether the parameter is can be null or undefined. when optional is true, this will be set to true by default, but explicitly setting this to false will override that. |
| optional | optional boolean | Whether the parameter is optional. |
| refkey | optional Refkey | Refkey[] | The refkey for this parameter. |
| rest | optional boolean | Weather the parameter is rest parameter. |
| type | optional Children | The type of the parameter. |