Skip to content

Commit

Permalink
parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Dec 18, 2024
1 parent 21e244a commit cbf662d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ export class MarkdownDocumenter {
new ParameterItem({
configuration,
attributes: {
name: member.displayName,
name: `${apiParameter.name}.${member.displayName}`,
type: member.propertyTypeExcerpt.text,
optional: member.isOptional,
description: member.tsdocComment?.summarySection?.nodes ?? [],
Expand Down

0 comments on commit cbf662d

Please sign in to comment.