Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 801 Bytes

react-teams.ewidgetsize.md

File metadata and controls

23 lines (15 loc) · 801 Bytes

Home > @fluentui/react-teams > EWidgetSize

EWidgetSize enum

The widget’s target size in the Dashboard’s grid layout.

Signature:

export declare enum EWidgetSize 

Enumeration Members

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.