API Reference > ui-framework > Frontstage > StagePanelProps StagePanelProps Interface Properties of a StagePanel component Properties Name Type Description allowedZones undefined | ZoneLocation[] Describes which zones are allowed in this stage panel. applicationData undefined | any Any application data to attach to this Panel. defaultState undefined | StagePanelState Default Panel state. header undefined | ReactNode Stage panel header. maxSize undefined | StagePanelMaxSizeSpec Maximum size of the panel. minSize undefined | number Minimum size of the panel. panelZones undefined | StagePanelZonesProps Properties for the Panel Zones in this Panel. pinned undefined | boolean Indicates whether the panel is pinned. resizable boolean Indicates whether the panel is resizable. size undefined | number Default size of the panel. widgets undefined | ReactElement<WidgetProps, string | JSXElementConstructor<any>>[] Properties for the Widgets in this Panel. Defined in ui/framework/src/ui-framework/stagepanels/StagePanel.tsx Line 77 Last Updated: 11 June, 2024