Type alias CustomWidgetStyleOptions
CustomWidgetStyleOptions:
WidgetContainerStyleOptions&Record<string,unknown> & {height:number;width:number; }
Style settings defining the look and feel of CustomWidget
CustomWidgetStyleOptions.heightheight?:
numberThe height of the custom widget component.
CustomWidgetStyleOptions.widthwidth?:
numberThe width of the custom widget component.