prosekit/web/resizable
Classes
Section titled “Classes”ResizableHandleElement
Section titled “ResizableHandleElement”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”Properties
Section titled “Properties”-
position:"left"|"right"|"top"|"bottom"|"top-left"|"top-right"|"bottom-left"|"bottom-right" -
The position of the handle.
Default
Section titled “Default”"bottom-right"
ResizableRootElement
Section titled “ResizableRootElement”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”Properties
Section titled “Properties”-
width:number|null
-
height:number|null
-
aspectRatio:number|null
Interfaces
Section titled “Interfaces”ResizableHandleProps
Section titled “ResizableHandleProps”Properties
Section titled “Properties”-
position:"left"|"right"|"top"|"bottom"|"top-left"|"top-right"|"bottom-left"|"bottom-right" -
The position of the handle.
Default
Section titled “Default”"bottom-right"
ResizableRootProps
Section titled “ResizableRootProps”Properties
Section titled “Properties”-
width:number|null
-
height:number|null
-
aspectRatio:number|null
ResizableRootEvents
Section titled “ResizableRootEvents”Properties
Section titled “Properties”-
resizeStart:CustomEvent<{width:number;height:number; }>
-
resizeEnd:CustomEvent<{width:number;height:number; }>