FrontstageProps Interface

Properties for a Frontstage component.

Extends

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<StagePanelProps> The StagePanel on the very bottom across the full width.  
bottomPanel undefined | React.ReactElement<StagePanelProps> 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<StagePanelProps> The StagePanel on the left.  
rightPanel undefined | React.ReactElement<StagePanelProps> 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<StagePanelProps> The StagePanel on the very top across the full width.  
topPanel undefined | React.ReactElement<StagePanelProps> 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

Last Updated: 08 January, 2020