Skip to content

Commit

Permalink
Update PropertyEditorCreatedEvent interface
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Mar 7, 2024
1 parent 1863ea0 commit 1b6419a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/survey-creator-core/src/creator-events-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ export interface PropertyEditorCreatedEvent {
* A property that corresponds to the created property editor.
*/
property: JsonObjectProperty;
/**
* A survey element being edited in the Property Grid.
*/
obj: Base;
}

export interface PropertyEditorUpdateTitleActionsEvent {
Expand Down

0 comments on commit 1b6419a

Please sign in to comment.