Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IWidgetsConfig

The configuration of Design Editor's widgets.

Remarks

For details, see UI overview.

Example

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

Properties

common?

optional common?: ICommonConfig

Common settings of widgets.


FinishButton?

optional FinishButton?: IFinishButtonConfig

Settings of the Finish design button.


BottomToolbar?

optional BottomToolbar?: IBottomToolbarConfig

Settings of the Bottom toolbar.


Toolbox?

optional Toolbox?: IToolboxConfig

Settings of the Toolbox.


ObjectInspector?

optional ObjectInspector?: IObjectInspectorConfig

Settings of the Object inspector.


ItemMenu?

optional ItemMenu?: IItemMenuConfig

Settings of the Item menu.


TopToolbar?

optional TopToolbar?: ITopToolbarConfig

Settings of the Top toolbar.


QrCodeDialog?

optional QrCodeDialog?: IBarcodeDialogConfig

Settings of the Qr code dialog.


LinearBarcodeDialog?

optional LinearBarcodeDialog?: IBarcodeDialogConfig

Settings of the Linear barcode dialog.


RichTextDialog?

optional RichTextDialog?: IRichTextDialogConfig

Settings of the Rich text dialog.


ColorPicker?

optional ColorPicker?: IColorPickerConfig

Settings of the Color picker.


ImageEditorDialog?

optional ImageEditorDialog?: IImageEditorDialogConfig

Settings of the Image editor dialog.


AssetManager?

optional AssetManager?: IAssetManagerConfig

Settings of the Image manager dialog.

Was this page helpful?