ElementSeparatorProps Interface

Properties of ElementSeparator React component

Extends

Properties

Name Type Description
isResizeHandleBeingDragged undefined | boolean Is resize handle being dragged  
isResizeHandleHovered undefined | boolean Is resize handle hovered  
movableArea undefined | number Area width or height (depending on orientation) in pixels  
onRatioChanged undefined | (ratio: number) => void | RatioChangeResult    
onResizeHandleDragChanged undefined | (isDragStarted: boolean) => void    
onResizeHandleHoverChanged undefined | (isHovered: boolean) => void    
orientation Orientation Separator orientation  
ratio number Ratio between left cell and right cell  
separatorSize undefined | number Separator width or height in pixels.  

Inherited properties

Name Type Inherited from Description
className undefined | string CommonProps Custom CSS class name
itemId undefined | string CommonProps Optional unique identifier for item.
style undefined | CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 05 April, 2024