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?
optionalcommon?:ICommonConfig
Common settings of widgets.
FinishButton?
optionalFinishButton?:IFinishButtonConfig
Settings of the Finish design button.
BottomToolbar?
optionalBottomToolbar?:IBottomToolbarConfig
Settings of the Bottom toolbar.
Toolbox?
optionalToolbox?:IToolboxConfig
Settings of the Toolbox.
ObjectInspector?
optionalObjectInspector?:IObjectInspectorConfig
Settings of the Object inspector.
ItemMenu?
optionalItemMenu?:IItemMenuConfig
Settings of the Item menu.
TopToolbar?
optionalTopToolbar?:ITopToolbarConfig
Settings of the Top toolbar.
QrCodeDialog?
optionalQrCodeDialog?:IBarcodeDialogConfig
Settings of the Qr code dialog.
LinearBarcodeDialog?
optionalLinearBarcodeDialog?:IBarcodeDialogConfig
Settings of the Linear barcode dialog.
RichTextDialog?
optionalRichTextDialog?:IRichTextDialogConfig
Settings of the Rich text dialog.
ColorPicker?
optionalColorPicker?:IColorPickerConfig
Settings of the Color picker.
ImageEditorDialog?
optionalImageEditorDialog?:IImageEditorDialogConfig
Settings of the Image editor dialog.
AssetManager?
optionalAssetManager?:IAssetManagerConfig
Settings of the Image manager dialog.