sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias CustomWidgetStyleOptions

CustomWidgetStyleOptions: WidgetContainerStyleOptions & Record< string, unknown > & { height: number; width: number; }

Style settings defining the look and feel of CustomWidget

CustomWidgetStyleOptions.height

height?: number

The height of the custom widget component.

CustomWidgetStyleOptions.width

width?: number

The width of the custom widget component.

Last Updated: