Skip to content

Commit

Permalink
Update QuestionSignatureModel.dataFormat value descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Tsukanov committed Jul 4, 2023
1 parent b4c3312 commit c9e3dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/question_signaturepad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ export class QuestionSignaturePadModel extends Question {
*
* Possible values:
*
* - `"png"` (default) - PNG
* - `"jpeg"` - JPEG
* - `"svg"` - SVG
* - `"png"` (default)
* - `"jpeg"`
* - `"svg"`
*/
public get dataFormat(): string {
return this.getPropertyValue("dataFormat");
Expand Down

0 comments on commit c9e3dfa

Please sign in to comment.