diff --git a/packages/survey-creator-core/src/creator-events-api.ts b/packages/survey-creator-core/src/creator-events-api.ts index a2d916bc11..6693e65cb6 100644 --- a/packages/survey-creator-core/src/creator-events-api.ts +++ b/packages/survey-creator-core/src/creator-events-api.ts @@ -487,6 +487,7 @@ export interface ModifiedEvent { */ type: string; question?: Question; + name?: string; oldValue?: any; newValue?: any;