Interface IButton
A structure defining configuration of the Toolbox using an array of buttons.
Package: @aurigma/design-editor-iframe
Examples
configuration = {
widgets: {
Toolbox: {
buttons: [
{
translationKey: "Toolbox.TEXT",
translationKeyTitle: "Toolbox.TITLE_ADD_TEXT",
iconClass: "cc-icon-add-text",
buttons: ["PointText", "BoundedText", "ArchedText"]
},
"Image"
]
}
}
};
Properties
buttons
The array containing button definitions.
Declaration
buttons: ButtonType[];
Property Value
| Type | Description |
|---|---|
| ButtonType[] | The array containing button definitions. |