Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 600 Bytes

react-teams.twidgetcontent.md

File metadata and controls

15 lines (9 loc) · 600 Bytes

Home > @fluentui/react-teams > TWidgetContent

TWidgetContent type

Widget content specifies a type, then a payload with a special key depending on the type of widget.

Signature:

export declare type TWidgetContent = IChartWidgetContent | IDescriptionListWidgetContent | IPlaceholderWidgetContent | ITextWidgetContent;

References: IChartWidgetContent