WriteDocs ComponentsParameterOn this pageParameterThe <Parameter> component is an ideal way to present API or SDK parameters. Attributes namestringrequiredThe name of the parameter to be displayed. typestringrequiredThe parameter's type. requiredbooleanWhether the parameter is required or not. defaultstringDefine a default value to be shown with the parameter Linking parameters You can add links to name and type. For example, adding a link to the type: <Parameter name="MyParameter" type="[MyType](/my-type)">A Description of `MyParameter`.</Parameter> MyParameterMyTypeA Description of MyParameter.