Skip to content

Commit

Permalink
Add the name property to the ModifiedEvent interface (#5481)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed May 8, 2024
1 parent 4b1fe2a commit 73321f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/survey-creator-core/src/creator-events-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ export interface ModifiedEvent {
*/
type: string;
question?: Question;
name?: string;

oldValue?: any;
newValue?: any;
Expand Down

0 comments on commit 73321f5

Please sign in to comment.