StagePanelProps Interface

Beta  

Properties of StagePanel component.

Extends

Methods

Name Description
onResize(resizeBy: number): void Optional Function called when resize action is performed.  
onToggleCollapse(): void Optional Function called when stage panel collapse mode is toggled.  

Properties

Name Type Description
children undefined | ReactNode Stage panel content.  
safeAreaInsets undefined | SafeAreaInsets Describes respected safe area insets.  
size undefined | number Stage panel size.  
type StagePanelType Stage panel type.  

Inherited properties

Name Type Inherited from Description
className undefined | string CommonProps Custom CSS class name
style undefined | CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 29 November, 2022