Hello,
Is there a way to find which toolbox category a question belongs to from a question.
For example, we can fine question type like this, question.getType() .
Find category name from question
Show previous comments
(0)
Comments
(0)
Sign in to comment on this post
Answers approved by surveyjs Support
Hello,
You can use
JavaScriptconst categoryTitle = creator.toolbox.getItemByName(question.getType()).category;
Thank you,
Alex
SurveyJS Team