I would like to change the design of how the custom widget is displayed.

0
How can I change the design shown in the orange box area in the image above?
asked
1 answers
2

Hii @SeungJe Ji,

You can change the design in <WidgetName>.editorConfig.ts/js file. There is a function called getPreview.

There you can customize the widget design. And you want selected datasource/attribute name then you can use getCustomCaption function otherwise ignore that part.

image.png

Please accept the answer if it helps.

answered