API Reference > ui-framework > Frontstage > FrontstageProps FrontstageProps Interface Properties for a Frontstage component. Extends CommonProps Properties Name Type Description applicationData undefined | any Any application data to attach to this Frontstage. bottomCenter undefined | React.ReactElement<ZoneProps> The Zone along the bottom-center edge. bottomLeft undefined | React.ReactElement<ZoneProps> The Zone in the bottom-left corner. bottomMostPanel undefined | React.ReactElement<> The StagePanel on the very bottom across the full width. bottomPanel undefined | React.ReactElement<> The StagePanel on the bottom of the 9-zone area. bottomRight undefined | React.ReactElement<ZoneProps> The Zone in the bottom-right corner. centerLeft undefined | React.ReactElement<ZoneProps> The Zone along the center-left edge. centerRight undefined | React.ReactElement<ZoneProps> The Zone along the center-right edge. contentGroup string | ContentGroup The Content Group providing the Content Views defaultContentId undefined | string Id of the Content View to be activated initially defaultLayout string | ContentLayoutDef The default Content Layout used defaultTool ToolItemDef Tool that is started once the Frontstage is activated id string Id for the Frontstage isInFooterMode undefined | false | true Indicated whether the StatusBar is in footer mode or widget mode. leftPanel undefined | React.ReactElement<> The StagePanel on the left. rightPanel undefined | React.ReactElement<> The StagePanel on the right. topCenter undefined | React.ReactElement<ZoneProps> The Zone along the top-center edge. topLeft undefined | React.ReactElement<ZoneProps> The Zone in the top-left corner. topMostPanel undefined | React.ReactElement<> The StagePanel on the very top across the full width. topPanel undefined | React.ReactElement<> The StagePanel on the top of the 9-zone area. topRight undefined | React.ReactElement<ZoneProps> The Zone in the top-right corner. Inherited properties Name Type Inherited from Description className undefined | string ClassNameProps Custom CSS class name style undefined | React.CSSProperties CommonProps Custom CSS style properties Defined in ui/framework/src/ui-framework/frontstage/Frontstage.tsx Line 33 Last Updated: 13 June, 2024