prosekit/web/resizable
Classes
Section titled “Classes”ResizableHandleElement
Section titled “ResizableHandleElement”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”-
Inherited from
Section titled “Inherited from”ResizableHandleElementBase.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”-
Inherited from
Section titled “Inherited from”ResizableRootElementBase.constructor
Properties
Section titled “Properties”-
width:
null
|number
-
height:
null
|number
-
aspectRatio:
null
|number
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:
null
|number
-
height:
null
|number
-
aspectRatio:
null
|number
ResizableRootEvents
Section titled “ResizableRootEvents”Properties
Section titled “Properties”-
resizeStart:
CustomEvent
<{width
:number
;height
:number
; }>
-
resizeEnd:
CustomEvent
<{width
:number
;height
:number
; }>