Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Mar 7, 2024
2 parents 1b6419a + a18050d commit 0f0f199
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 @@ -577,6 +577,7 @@ export interface SurveyInstanceCreatedEvent {
* - `"translation-tab:language-list"` - A survey that displays the language list in the Translations tab.
* - `"translation-tab:table"` - A survey that displays the translation table in the Translations tab.
* - `"translation-tab:table-header"` - A survey that displays the header of the translation table in the Translations tab.
* - `"translation-tab:table-popup-editor"` - A survey that displays a translation table for an individual language in a pop-up window.
* - `"table-values-popup-editor"` - A survey that allows you to edit values of a table (Choices, Rows, Columns, etc.) in a pop-up window.
* - `"matrix-cell-values-popup-editor"` - A survey that allows you to [specify cell texts of a Single-Select Matrix](https://surveyjs.io/form-library/examples/scoring-rubric-example/) in a pop-up window.
* - `"matrix-cell-question-popup-editor"` - A survey that allows you to configure a question within a cell of a [Multi-Select](https://surveyjs.io/form-library/examples/multi-select-matrix-question/) or [Dynamic Matrix](https://surveyjs.io/form-library/examples/dynamic-matrix-add-new-rows/) in a pop-up window.
Expand Down

0 comments on commit 0f0f199

Please sign in to comment.