Skip to content

ParameterDescriptorBase

Common properties for ParameterDescriptor and FunctionTypeParameterDescriptor.

Members

docoptionalChildren

Documentation for the parameter.

metadataoptionalRecord<string, unknown>

Arbitrary metadata for the parameter symbol.

namestring

The name of the parameter.

optionaloptionalboolean

Whether the parameter is optional.

refkeyoptionalRefkey | Refkey[]

The refkey for this parameter.

typeoptionalChildren

The type of the parameter.