StagePanelChangeHandler Interface

Interface defining callbacks for stage panel changes

Implemented by

Methods

Name Description
handlePanelInitialize(panelLocation: StagePanelLocation, size: number): void    
handlePanelPaneTargetChange(panelLocation: StagePanelLocation, paneIndex: undefined | number): void    
handlePanelResize(panelLocation: StagePanelLocation, resizeBy: number): void    
handlePanelTargetChange(panelLocation: undefined | StagePanelLocation): void    
handleTogglePanelCollapse(panelLocation: StagePanelLocation): void    

Defined in

Last Updated: 29 November, 2022