ParameterDescriptorBase
Common properties for ParameterDescriptor and FunctionTypeParameterDescriptor.
Members
doc | optionalChildren Documentation for the parameter. |
metadata | optionalRecord<string, unknown> Arbitrary metadata for the parameter symbol. |
name | string The name of the parameter. |
optional | optionalboolean Whether the parameter is optional. |
refkey | optionalRefkey | Refkey[] The refkey for this parameter. |
type | optionalChildren The type of the parameter. |