Skip to content

Commit

Permalink
Update the options.type parameter description for the onNotify event
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Apr 2, 2024
1 parent ba3792d commit 556b06c
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 @@ -614,7 +614,7 @@ export interface NotifyEvent {
*/
message: string;
/**
* Notification type: "info" or "error", "info" is the default value.
* A notification type: `"info"` (default) or `"error"`.
*/
type: string;
}
Expand Down

0 comments on commit 556b06c

Please sign in to comment.