StagePanelProps Interface

Beta

Properties of StagePanel component.

Extends

Properties

Name Type Description
children undefined | React.ReactNode Stage panel content.  
onResize undefined | (resizeBy: number) => void Function called when resize action is performed.  
onToggleCollapse undefined | () => void Function called when stage panel collapse mode is toggled.  
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 ClassNameProps Custom CSS class name
style undefined | React.CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 08 January, 2020