JavaScript/jQuery Drawer Types
DisposingEvent
The type of the disposing event handler's argument.
                        import { DisposingEvent } from "devextreme/ui/drawer"
                    
            
                        Type:
                    
        Used in:
InitializedEvent
The type of the initialized event handler's argument.
                        import { InitializedEvent } from "devextreme/ui/drawer"
                    
            
                        Type:
                    
        Used in:
OpenedStateMode
Specifies how the drawer interacts with the view in the opened state.
                        Type:
                    
                
                    Accepted Values: 'overlap' | 'shrink' | 'push'
                
        Used in:
OptionChangedEvent
The type of the optionChanged event handler's argument.
                        import { OptionChangedEvent } from "devextreme/ui/drawer"
                    
            
                        Type:
                    
        Used in:
PanelLocation
Specifies the drawer's position in relation to the view.
                        Type:
                    
                
                    Accepted Values: 'left' | 'right' | 'top' | 'bottom' | 'before' | 'after'
                
        Used in:
Feedback