IQuestionToolboxItem
A toolbox item configuration.
IQuestionToolboxItem objects are used in such Toolbox API methods as addItem(item, index), replaceItem(item), addSubitem(subitem, index), and others.
A category to which this toolbox item belongs.
Out-of-the-box categories include "general", "choice", "text", "containers", "matrix", and "misc".
Default value: "general"
- Type:
- string readonly
- Implemented in:
- IQuestionToolboxItem
Specifies whether users can interact with the toolbox item.
Default value: true
- Type:
- boolean readonly
- Implemented in:
- IQuestionToolboxItem
A JSON object used to create a new question or panel when users click this toolbox item. It must contain the type property.
View Toolbox Customization Demo
- Type:
- any readonly
- Implemented in:
- IQuestionToolboxItem
A toolbox item identifier.
Toolbox item names must be unique.
- Type:
- string readonly
- Implemented in:
- IQuestionToolboxItem
A toolbox item tooltip.
If tooltip is undefined, the title property value is used instead.
- Type:
- string readonly
- Implemented in:
- IQuestionToolboxItem
Copyright © 2025 Devsoft Baltic OÜ. All rights reserved.