Skip to content

Commit

Permalink
Rename the property in the ICustomQuestionTypeConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Aug 15, 2023
1 parent ca77870 commit 6c706ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/question_custom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export interface ICustomQuestionTypeConfiguration {
*/
title?: string;
/**
* An icon for the custom question type.
* An icon name for the custom question type.
*/
icon?: string;
iconName?: string;
/**
* A function that is called when the custom question type is initialized. Use it to add, remove, or modify the type's properties (see [Override Base Question Properties](https://surveyjs.io/form-library/documentation/customize-question-types/create-composite-question-types#override-base-question-properties)).
*/
Expand Down

0 comments on commit 6c706ad

Please sign in to comment.