Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 957 Bytes

react-teams.iwidgetbodycontent.md

File metadata and controls

22 lines (14 loc) · 957 Bytes

Home > @fluentui/react-teams > IWidgetBodyContent

IWidgetBodyContent interface

A piece of content to make available in the widget.

Signature:

export interface IWidgetBodyContent 

Properties

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.