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

Type alias CustomWidgetComponent<Props>

CustomWidgetComponent: <Props> (props) => ReactNode

A user-defined custom widget component. This is can be specified when registering a custom widget with registerCustomWidget from the useCustomWidgets hook.

Type parameters

ParameterDefaultDescription
PropsCustomWidgetComponentPropsThe props type for the custom widget component

Parameters

ParameterType
propsProps

Returns

ReactNode

Last Updated: