Skip to content

Commit

Permalink
Update the backgroundOpacity description
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Tsukanov committed Jul 4, 2023
1 parent c9e3dfa commit e3108a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2009,8 +2009,7 @@ export class SurveyModel extends SurveyElementCore
}
@property() backgroundImageFit: string;
/**
* A value from 0 to 1 that specifies how transparent the survey background should be: 0 makes the background completely transparent, and 1 makes it opaque.
* @see backgroundImage
* A value from 0 to 1 that specifies how transparent the [background image](https://surveyjs.io/form-library/documentation/api-reference/survey-data-model#backgroundImage) should be: 0 makes the image completely transparent, and 1 makes it opaque.
*/
public get backgroundOpacity(): number {
return this.getPropertyValue("backgroundOpacity");
Expand Down

0 comments on commit e3108a4

Please sign in to comment.