Back to Website
Show / Hide Table of Contents

Interface IButton

A structure defining configuration of the Toolbox using an array of buttons.

Inheritance
IItem
IButton
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.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback