# Function WidgetById Fusion Embed
WidgetById(
props
):ReactElement
<any
,any
> |null
The WidgetById component, which is a thin wrapper on the ChartWidget component, is used to render a widget created in a Sisense Fusion instance.
To learn more about using Sisense Fusion Widgets in Compose SDK, see Sisense Fusion Widgets.
Note: Widget extensions based on JS scripts and add-ons in Fusion are not supported.
# Example
Display two dashboard widgets from a Fusion instance.
# Parameters
Parameter | Type |
---|---|
props | WidgetByIdProps |
# Returns
ReactElement
< any
, any
> | null