Skip to content

Commit

Permalink
survey.mergeData API - Update a link to the doc topic (#7533)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneSjs authored Dec 19, 2023
1 parent 5d8a28a commit f372d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@ export class SurveyModel extends SurveyElementCore
/**
* Merges a specified data object with the object from the [`data`](https://surveyjs.io/form-library/documentation/api-reference/survey-data-model#data) property.
*
* Refer to the following help topic for more information: [Merge Question Values](https://surveyjs.io/form-library/documentation/design-survey/merge-question-values).
* Refer to the following help topic for more information: [Populate Form Fields | Multiple Question Values](https://surveyjs.io/form-library/documentation/design-survey/pre-populate-form-fields#multiple-question-values).
*
* @param data A data object to merge. It should have the following structure: `{ questionName: questionValue, ... }`
* @see setValue
Expand Down

0 comments on commit f372d97

Please sign in to comment.