Skip to content

Commit

Permalink
Fix doc comment for type property of ModifiedEvent interface
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Feb 21, 2024
1 parent 5408d30 commit 7b2877a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-creator-core/src/creator-events-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export interface LogicRuleGetDisplayTextEvent {
}

export interface ModifiedEvent {
/*
/**
* A value that indicates the modification: `"ADDED_FROM_TOOLBOX"`, `"PAGE_ADDED"`, `"PAGE_MOVED"`, `"QUESTION_CONVERTED"`, `"QUESTION_CHANGED_BY_EDITOR"`, `"PROPERTY_CHANGED"`, `"ELEMENT_REORDERED"`, `"OBJECT_DELETED"`, `"VIEW_TYPE_CHANGED"`, `"DO_DROP"`, `"TRANSLATIONS_CHANGED"`, `"JSON_EDITOR"`, `"THEME_MODIFIED"`
*
* Depending on the `options.type` value, the `options` object contains parameters listed below:
Expand Down

0 comments on commit 7b2877a

Please sign in to comment.