Home > @fluentui/react-teams > EWidgetSize
The widget’s target size in the Dashboard’s grid layout.
Signature:
export declare enum EWidgetSize
Member | Value | Description |
---|---|---|
Box | "box" |
The widget will occupy 2×2 grid cells. |
Double | "double" |
The widget will occupy 2×1 grid cells. |
Single | "single" |
The widget will occupy 1×1 grid cells. |
Triple | "triple" |
The widget will occupy 3×1 grid cells. |