@@ -1193,16 +1193,11 @@ export class SurveyCreatorModel extends Base
11931193 public get showSimulatorInPreviewTab ( ) : boolean { return this . showSimulatorInTestSurveyTab ; }
11941194 public set showSimulatorInPreviewTab ( val : boolean ) { this . showSimulatorInTestSurveyTab = val ; }
11951195 /**
1196- * A [UI theme](https://surveyjs.io/Documentation/Library?id=get-started-react#configure-styles) used to display the survey in the Preview tab.
1197- *
1198- * Accepted values: `"default"`
1199- *
1200- * Default value: `"default"`
1201- * @see previewAllowSelectTheme
1196+ * @deprecated Survey Creator no longer supports switching between UI themes in the Preview tab.
12021197 */
12031198 public previewTheme : string = "default" ;
12041199 /**
1205- * @deprecated Use the [`previewTheme`](https://surveyjs.io/survey-creator/documentation/api-reference/survey-creator#previewTheme) property instead .
1200+ * @deprecated Survey Creator no longer supports switching between UI themes in the Preview tab .
12061201 */
12071202 public get themeForPreview ( ) { return this . previewTheme ; }
12081203 public set themeForPreview ( val ) { this . previewTheme = val ; }
@@ -1365,16 +1360,11 @@ export class SurveyCreatorModel extends Base
13651360 public set showInvisibleElementsInPreviewTab ( val : boolean ) { this . showInvisibleElementsInTestSurveyTab = val ; }
13661361
13671362 /**
1368- * Specifies whether users can switch between UI themes in the Preview tab.
1369- *
1370- * Default value: `true`
1371- *
1372- * [View Demo](https://surveyjs.io/Examples/Creator?id=theme-switcher (linkStyle))
1373- * @see previewTheme
1363+ * @deprecated Survey Creator no longer supports switching between UI themes in the Preview tab.
13741364 */
13751365 public previewAllowSelectTheme = true ;
13761366 /**
1377- * @deprecated Use the [`previewAllowSelectTheme`](https://surveyjs.io/survey-creator/documentation/api-reference/survey-creator#previewAllowSelectTheme) property instead .
1367+ * @deprecated Survey Creator no longer supports switching between UI themes in the Preview tab .
13781368 */
13791369 get allowChangeThemeInPreview ( ) { return this . previewAllowSelectTheme ; }
13801370 set allowChangeThemeInPreview ( val ) { this . previewAllowSelectTheme = val ; }
0 commit comments