Back to Website
Show / Hide Table of Contents

Interface IWidgetsConfig

The configuration of Design Editor's widgets.

Package: @aurigma/design-editor-iframe
Remarks

For details, see UI overview.

Examples
configuration = {
    widgets: {
        ColorPicker: {
            showPaletteOnly: true
        },
        FinishButton: {
            mode: "Disabled"
        },
        ImageEditorDialog: {
            colorAdjustButtonEnabled: false
        },
        ObjectInspector: {
            bgItemEnabled: false
        },
        RichTextDialog: {
            bgColor: "lightgray"
        }
    }
};

Properties

AssetManager

Settings of the Image manager dialog.

Declaration
AssetManager?: IAssetManagerConfig;
Property Value
Type Description
IAssetManagerConfig

Settings of the Image manager dialog.

BottomToolbar

Settings of the Bottom toolbar.

Declaration
BottomToolbar?: IBottomToolbarConfig;
Property Value
Type Description
IBottomToolbarConfig

Settings of the Bottom toolbar.

ColorPicker

Settings of the Color picker.

Declaration
ColorPicker?: ColorPicker.IColorPickerConfig;
Property Value
Type Description
IColorPickerConfig

Settings of the Color picker.

common

Common settings of widgets.

Declaration
common?: ICommonConfig;
Property Value
Type Description
ICommonConfig

Common settings of widgets.

FinishButton

Settings of the Finish design button.

Declaration
FinishButton?: IFinishButtonConfig;
Property Value
Type Description
IFinishButtonConfig

Settings of the Finish design button.

ImageEditorDialog

Settings of the Image editor dialog.

Declaration
ImageEditorDialog?: IImageEditorDialogConfig;
Property Value
Type Description
IImageEditorDialogConfig

Settings of the Image editor dialog.

ItemMenu

Settings of the Item menu.

Declaration
ItemMenu?: IItemMenuConfig;
Property Value
Type Description
IItemMenuConfig

Settings of the Item menu.

LinearBarcodeDialog

Settings of the Linear barcode dialog.

Declaration
LinearBarcodeDialog?: IBarcodeDialogConfig;
Property Value
Type Description
IBarcodeDialogConfig

Settings of the Linear barcode dialog.

ObjectInspector

Settings of the Object inspector.

Declaration
ObjectInspector?: IObjectInspectorConfig;
Property Value
Type Description
IObjectInspectorConfig

Settings of the Object inspector.

QrCodeDialog

Settings of the Qr code dialog.

Declaration
QrCodeDialog?: IBarcodeDialogConfig;
Property Value
Type Description
IBarcodeDialogConfig

Settings of the Qr code dialog.

RichTextDialog

Settings of the Rich text dialog.

Declaration
RichTextDialog?: IRichTextDialogConfig;
Property Value
Type Description
IRichTextDialogConfig

Settings of the Rich text dialog.

Toolbox

Settings of the Toolbox.

Declaration
Toolbox?: IToolboxConfig;
Property Value
Type Description
IToolboxConfig

Settings of the Toolbox.

TopToolbar

Settings of the Top toolbar.

Declaration
TopToolbar?: ITopToolbarConfig;
Property Value
Type Description
ITopToolbarConfig

Settings of the Top toolbar.

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