ParameterDescriptorBase
Common properties for ParameterDescriptor and FunctionTypeParameterDescriptor.
Members
Section titled “Members”| doc | optionalChildrenDocumentation for the parameter. |
| metadata | optionalRecord<string, unknown>Arbitrary metadata for the parameter symbol. |
| name | string | NamekeyThe name of the parameter. |
| nullish | optionalbooleanWhether 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 | optionalbooleanWhether the parameter is optional. |
| refkey | optionalRefkey | Refkey[]The refkey for this parameter. |
| rest | optionalbooleanWeather the parameter is rest parameter. |
| type | optionalChildrenThe type of the parameter. |