Home > @fluentui/react-teams > IWidgetBodyContent
A piece of content to make available in the widget.
Signature:
export interface IWidgetBodyContent
Property | Type | Description |
---|---|---|
content | TWidgetContent | The content, as a React Node. |
id | string | An ID unique to the piece of content. |
title | TTextObject | A title which will appear as a tab’s label in the Dashboard widget. This will only appear if the widget hosts multiple body content objects. |