Home > @fluentui/react-teams > TWidgetContent
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