Skip to content

Commit

Permalink
Update the setValueExpression description
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Oct 20, 2023
1 parent 95ecc0f commit 9eba2e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,9 @@ export class Question extends SurveyElement<Question>
this.setPropertyValue("setValueIf", val);
}
/**
* An expression used to calculate the question value. Applies only when the [`setValueIf`](#setValueIf) expression evaluates to `true`.
* An expression used to calculate the question value.
*
* You can use `setValueExpression` as a standalone property or in conjunction with the [`setValueIf`](#setValueIf) expression, in which case the calculated question value applies only when `setValueIf` evaluates to `true`.
*
* [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
* @see defaultValueExpression
Expand Down

0 comments on commit 9eba2e0

Please sign in to comment.